aboutsummaryrefslogtreecommitdiffstats
path: root/community/filezilla/missing-list-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/filezilla/missing-list-include.patch')
-rw-r--r--community/filezilla/missing-list-include.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/filezilla/missing-list-include.patch b/community/filezilla/missing-list-include.patch
new file mode 100644
index 0000000000..29dd00e207
--- /dev/null
+++ b/community/filezilla/missing-list-include.patch
@@ -0,0 +1,13 @@
+diff --git a/src/interface/Mainfrm.h b/src/interface/Mainfrm.h
+index 0641ff5..5da2840 100644
+--- a/src/interface/Mainfrm.h
++++ b/src/interface/Mainfrm.h
+@@ -8,6 +8,8 @@
+
+ #include <wx/timer.h>
+
++#include <list>
++
+ #ifndef __WXMAC__
+ #include <wx/taskbar.h>
+ #endif