]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/app.cpp
added ctor taking wxFontFlags
[wxWidgets.git] / src / gtk / app.cpp
index 93e2ee3d05453d4f5bea740dedc1d67edb077e08..20d8961d6c123eb030db24bd104005c149f1cf74 100644 (file)
@@ -25,6 +25,7 @@
 #include "wx/settings.h"
 #include "wx/dialog.h"
 #include "wx/msgdlg.h"
+#include "wx/file.h"
 
 #if wxUSE_WX_RESOURCES
     #include "wx/resource.h"
@@ -44,7 +45,7 @@
 
 #include <unistd.h>
 #if defined(__DARWIN__)
-// FIXME: select must be used instead of poll (GD)
+# warning "FIXME: select must be used instead of poll (GD)"
 #elif defined(__VMS)
 # include <poll.h>
 #else