non-pch build fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2011-09-07 16:57:42 +00:00
parent 29e461a210
commit f06efcfd66
2 changed files with 2 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
#include "wx/settings.h"
#include "wx/gdicmn.h"
#include "wx/encinfo.h"
#include "wx/crt.h"
#endif
#include "wx/fontutil.h"

View File

@@ -19,6 +19,7 @@
#include "wx/utils.h"
#include "wx/textctrl.h" // for wxEVT_COMMAND_TEXT_UPDATED
#include "wx/math.h"
#include "wx/crt.h"
#endif
#include "wx/gtk1/private.h"