X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fab591c5cceff41c0bedaa89af34cd039e2c44e1..01cb1c26171efc494b94d77e4351362bb0eb2e7d:/src/gtk/app.cpp diff --git a/src/gtk/app.cpp b/src/gtk/app.cpp index 93e2ee3d05..20d8961d6c 100644 --- a/src/gtk/app.cpp +++ b/src/gtk/app.cpp @@ -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 #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 #else