]> git.saurik.com Git - wxWidgets.git/commitdiff
add wx/log.h for non-PCH build
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Tue, 17 Feb 2009 13:07:58 +0000 (13:07 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Tue, 17 Feb 2009 13:07:58 +0000 (13:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58966 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk1/evtloop.cpp

index 1a32789eb91f1db0a28d2413ec8bb7b26dfa2bc8..9ada3a18c963b072b7447f8711ea8b92116f963f 100644 (file)
@@ -28,6 +28,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/app.h"
+    #include "wx/log.h"
 #endif // WX_PRECOMP
 
 #include <gtk/gtk.h>