X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/df91131cb0f90ee8bfb194926a13b1a108ca3c6e..2d672c46c0c68ae560a537eacd3614b4114d73d4:/src/common/variant.cpp diff --git a/src/common/variant.cpp b/src/common/variant.cpp index e76fbcb725..a1e7f8a8c3 100644 --- a/src/common/variant.cpp +++ b/src/common/variant.cpp @@ -20,6 +20,10 @@ #ifndef WX_PRECOMP #include "wx/string.h" + #include "wx/math.h" + #if wxUSE_STREAMS + #include "wx/stream.h" + #endif #endif #if wxUSE_STD_IOSTREAM @@ -36,13 +40,11 @@ using namespace std ; #endif #if wxUSE_STREAMS -#include "wx/stream.h" -#include "wx/txtstrm.h" + #include "wx/txtstrm.h" #endif #include "wx/string.h" #include "wx/tokenzr.h" -#include "wx/math.h" IMPLEMENT_ABSTRACT_CLASS(wxVariantData, wxObject)