compilation fixes for Unix build _with_ PCH

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-12-12 16:21:49 +00:00
parent e2c4ccaf8a
commit 497c7dffd1
2 changed files with 4 additions and 2 deletions

View File

@ -19,9 +19,10 @@
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/headerctrl.h"
#endif // WX_PRECOMP
#include "wx/headerctrl.h"
// ----------------------------------------------------------------------------
// test class
// ----------------------------------------------------------------------------

View File

@ -19,9 +19,10 @@
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/listctrl.h"
#endif // WX_PRECOMP
#include "wx/listctrl.h"
// ----------------------------------------------------------------------------
// test class
// ----------------------------------------------------------------------------