non-pch build fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2009-02-16 17:22:02 +00:00
parent 1e04d2bf54
commit bcf79477d1
3 changed files with 3 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/log.h"
#endif
#include "wx/thread.h"

View File

@@ -28,6 +28,7 @@
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/log.h"
#endif // WX_PRECOMP
#include <gtk/gtk.h>

View File

@@ -28,6 +28,7 @@
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/log.h"
#endif // WX_PRECOMP
#include "wx/osx/private.h"