X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40ff126ac4ff57ab4aa22a5c7c7ce621479e8739..c1aa5517acff9ce039adcd6502db2e88cdd886c7:/src/common/variant.cpp diff --git a/src/common/variant.cpp b/src/common/variant.cpp index 5df645bb83..e76fbcb725 100644 --- a/src/common/variant.cpp +++ b/src/common/variant.cpp @@ -16,6 +16,12 @@ #pragma hdrstop #endif +#include "wx/variant.h" + +#ifndef WX_PRECOMP + #include "wx/string.h" +#endif + #if wxUSE_STD_IOSTREAM #if wxUSE_IOSTREAMH #include @@ -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;