]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/variant.cpp
Include wx/string.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / common / variant.cpp
index 5df645bb838e164b46438a5424a32e08d906490a..e76fbcb725b3a1045fe062d3542ccd79cb4c56ff 100644 (file)
     #pragma hdrstop
 #endif
 
+#include "wx/variant.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/string.h"
+#endif
+
 #if wxUSE_STD_IOSTREAM
     #if wxUSE_IOSTREAMH
         #include <fstream.h>
@@ -38,8 +44,6 @@ using namespace std ;
 #include "wx/tokenzr.h"
 #include "wx/math.h"
 
-#include "wx/variant.h"
-
 IMPLEMENT_ABSTRACT_CLASS(wxVariantData, wxObject)
 
 wxVariant WXDLLIMPEXP_BASE wxNullVariant;