Fix PCH-less build
Add missing includes for compiling without WX_PRECOMP.
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user