compilation fixes for PCH-less build after r57074

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-12-03 09:05:04 +00:00
parent 0e08dd802b
commit b935c45dee
3 changed files with 4 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/intl.h" #include "wx/intl.h"
#include "wx/log.h"
#endif #endif
#include "wx/bmpcbox.h" #include "wx/bmpcbox.h"

View File

@@ -21,6 +21,7 @@
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/frame.h" #include "wx/frame.h"
#include "wx/log.h"
#include "wx/menu.h" #include "wx/menu.h"
#endif #endif

View File

@@ -21,6 +21,8 @@
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/frame.h" #include "wx/frame.h"
#include "wx/log.h"
#include "wx/menu.h"
#include "wx/toolbar.h" #include "wx/toolbar.h"
#endif #endif