PCH build fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40311 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-07-25 06:50:19 +00:00
parent 37f66b047e
commit 2cdcee612a
2 changed files with 10 additions and 0 deletions

View File

@@ -13,6 +13,11 @@
#if wxUSE_BUTTON
#include "wx/button.h"
#ifndef WX_PRECOMP
#include "wx/toplevel.h"
#endif
#include "wx/stockitem.h"
#include "wx/gtk1/private.h"

View File

@@ -27,6 +27,11 @@
#pragma message enable nosimpint
#endif
#ifndef WX_PRECOMP
#include "wx/toplevel.h"
#endif
#include "wx/stockitem.h"
#include "wx/motif/private.h"
#include "wx/sysopt.h"