contrib/filezilla/missing-list-include.patch
Tim Biermann 14743579bb [notify] filezilla: 3.46.3 -> 3.48.0
Changed dependencies:
wxgtk -> wxgtk3
New dependencies:
pugixml
2020-05-19 10:46:25 +00:00

12 lines
242 B
Diff

--- src/interface/Mainfrm.h 2020-03-11 19:25:00.949572120 +0100
+++ src/interface/Mainfrm.h 2020-03-11 19:25:15.536378827 +0100
@@ -8,6 +8,8 @@
#include <wx/timer.h>
+#include <list>
+
#ifndef __WXMAC__
#include <wx/taskbar.h>
#endif