]> git.saurik.com Git - wxWidgets.git/commitdiff
non-pch build fix
authorPaul Cornett <paulcor@bullseye.com>
Mon, 16 Feb 2009 17:22:02 +0000 (17:22 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Mon, 16 Feb 2009 17:22:02 +0000 (17:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/dfb/evtloop.cpp
src/gtk/evtloop.cpp
src/osx/carbon/evtloop.cpp

index eb86834bc56b85d2293263a55477dd5416e29a95..726ea53b511de8d0dccdcdb4e0cabb783ada73c5 100644 (file)
@@ -23,6 +23,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/app.h"
+    #include "wx/log.h"
 #endif
 
 #include "wx/thread.h"
index 0096351d1e313636f10d5006905861bc968fdae7..76dbdda5ee78837b47fb007f4109d19df9890ac1 100644 (file)
@@ -28,6 +28,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/app.h"
+    #include "wx/log.h"
 #endif // WX_PRECOMP
 
 #include <gtk/gtk.h>
index 1a2937afbcf84fdf9446b6f18f17ce3062f6eb8e..4278ced1965e83752ed66aefea4b39c7f715d8b3 100644 (file)
@@ -28,6 +28,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/app.h"
+    #include "wx/log.h"
 #endif // WX_PRECOMP
 
 #include "wx/osx/private.h"