Compilation fix - wx/vector.h is not part of PCH.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2012-10-14 19:15:23 +00:00
parent 2d748a33ba
commit c586011992

View File

@@ -28,7 +28,6 @@
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/utils.h"
#include "wx/vector.h"
#include "wx/wxcrtvararg.h"
#endif
@@ -37,6 +36,7 @@
#if wxUSE_OLE && defined(__WIN32__) && !defined(__GNUWIN32_OLD__)
#include "wx/scopedarray.h"
#include "wx/vector.h"
#include "wx/msw/private.h" // includes <windows.h>
#ifdef __WXWINCE__