]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/evtloop.cpp
fix for DLL build: wxEvtHandlerArray should be in wxBase as it's used by wxEventLoopB...
[wxWidgets.git] / src / msw / evtloop.cpp
index aa294c31c4787f1559d037d4f8b11c9d2fa9c822..d452e18d3a91e65fb13c5a675b12d69239da41dc 100644 (file)
     #pragma hdrstop
 #endif
 
+#include "wx/evtloop.h"
+
 #ifndef WX_PRECOMP
     #if wxUSE_GUI
         #include "wx/window.h"
     #endif
     #include "wx/app.h"
+    #include "wx/log.h"
 #endif //WX_PRECOMP
 
-#include "wx/evtloop.h"
 #include "wx/thread.h"
 #include "wx/except.h"
 #include "wx/msw/private.h"