diff options
author | Justin Berthault <justin.berthault@zaclys.net> | 2020-05-11 23:05:11 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-05-12 08:28:27 +0000 |
commit | a7b72a42f776789bbde03d99a0665a51f702cf8c (patch) | |
tree | b38cf6680780a9452136b6d45643df8c75fabef6 /community/filezilla/missing-list-include.patch | |
parent | 43a5415b8833ee73e5982b54531365da56992c51 (diff) | |
download | aports-a7b72a42f776789bbde03d99a0665a51f702cf8c.tar.bz2 aports-a7b72a42f776789bbde03d99a0665a51f702cf8c.tar.xz |
community/filezilla: upgrade to 3.48.0
Diffstat (limited to 'community/filezilla/missing-list-include.patch')
-rw-r--r-- | community/filezilla/missing-list-include.patch | 13 |
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 |