Fix PCH-less build

Add missing includes for compiling without WX_PRECOMP.
This commit is contained in:
René Kijewski
2017-01-10 22:56:49 +01:00
committed by VZ
parent 9c796670eb
commit e6274c7dfc
2 changed files with 5 additions and 0 deletions

View File

@@ -47,6 +47,7 @@
#include "wx/layout.h"
#include "wx/sizer.h"
#include "wx/menu.h"
#include "wx/button.h"
#endif //WX_PRECOMP
#if wxUSE_DRAG_AND_DROP

View File

@@ -21,6 +21,10 @@
#pragma hdrstop
#endif
#ifndef WX_PRECOMP
#include "wx/wxcrt.h"
#endif // WX_PRECOMP
#include "wx/msw/debughlp.h"
#if wxUSE_DBGHELP && wxUSE_DYNLIB_CLASS