]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fix - wx/vector.h is not part of PCH.
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 14 Oct 2012 19:15:23 +0000 (19:15 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 14 Oct 2012 19:15:23 +0000 (19:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/ole/dataobj.cpp

index 2f683cb5e84b7ec7c01a9a71addbf9ad794f9416..c479a2c9abab395c165c0f45a92b4154572681f8 100644 (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__