X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd05139a8023fd3e30476409fafbe04221c6d627..5dafb071ba85e7329aa4a0ac176f3ec8e13e55dc:/src/gtk1/app.cpp diff --git a/src/gtk1/app.cpp b/src/gtk1/app.cpp index 467858c628..748f9d57d4 100644 --- a/src/gtk1/app.cpp +++ b/src/gtk1/app.cpp @@ -28,12 +28,12 @@ #include "wx/memory.h" #include "wx/font.h" #include "wx/gdicmn.h" + #include "wx/image.h" + #include "wx/module.h" #endif #include "wx/file.h" #include "wx/filename.h" -#include "wx/module.h" -#include "wx/image.h" #include "wx/thread.h" #ifdef __WXGPE__ @@ -74,6 +74,9 @@ #include #include #include + #ifdef HAVE_SYS_SELECT_H + #include + #endif #endif // HAVE_POLL/!HAVE_POLL #include "wx/unix/private.h"