From: Václav Slavík Date: Sun, 14 Oct 2012 19:15:23 +0000 (+0000) Subject: Compilation fix - wx/vector.h is not part of PCH. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c586011992e4e074c7980c71da75be7d5c3ce497 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 --- diff --git a/src/msw/ole/dataobj.cpp b/src/msw/ole/dataobj.cpp index 2f683cb5e8..c479a2c9ab 100644 --- a/src/msw/ole/dataobj.cpp +++ b/src/msw/ole/dataobj.cpp @@ -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 #ifdef __WXWINCE__