PCH build fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-07-25 06:07:01 +00:00
parent 6c20e8f816
commit b84aec037f
3 changed files with 7 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/gtk/private.h"

View File

@@ -15,6 +15,7 @@
#ifndef WX_PRECOMP
#include "wx/panel.h"
#include "wx/toplevel.h"
#endif
#include "wx/stockitem.h"

View File

@@ -36,6 +36,7 @@
#include "wx/settings.h"
#include "wx/dcscreen.h"
#include "wx/dcclient.h"
#include "wx/toplevel.h"
#endif
#include "wx/stockitem.h"