PCH-less build fix by Tim S

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-02-15 19:34:58 +00:00
parent bf02a7f976
commit 8bd9fa338e
5 changed files with 8 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ extern WXDLLIMPEXP_DATA_CORE(const char) wxComboBoxNameStr[];
#include "wx/textentry.h"
class WXDLLIMPEXP_CORE wxComboBoxBase : public wxItemContainer,
public wxTextEntry
public wxTextEntry
{
public:
// override these methods to disambiguate between two base classes versions

View File

@@ -13,6 +13,8 @@
#define _WX_MSW_EVTLOOP_H_
#if wxUSE_GUI
#include "wx/dynarray.h"
#include "wx/msw/wrapwin.h"
#include "wx/window.h"
#endif

View File

@@ -29,6 +29,7 @@
#ifndef WX_PRECOMP
#include "wx/list.h"
#include "wx/log.h"
#include "wx/app.h"
#include "wx/utils.h"
#include "wx/stopwatch.h"

View File

@@ -24,12 +24,13 @@
#pragma hdrstop
#endif
#include "wx/evtloop.h"
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/event.h"
#endif //WX_PRECOMP
#include "wx/evtloop.h"
// ----------------------------------------------------------------------------
// globals
// ----------------------------------------------------------------------------

View File

@@ -25,6 +25,7 @@
#endif
#ifndef WX_PRECOMP
#include "wx/event.h"
#endif //WX_PRECOMP
#include "wx/apptrait.h"