X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/df91131cb0f90ee8bfb194926a13b1a108ca3c6e..89780b6ee0a1aa97960647e76684e7d186852b64:/src/common/variant.cpp diff --git a/src/common/variant.cpp b/src/common/variant.cpp index e76fbcb725..a45b3d7489 100644 --- a/src/common/variant.cpp +++ b/src/common/variant.cpp @@ -20,6 +20,9 @@ #ifndef WX_PRECOMP #include "wx/string.h" + #if wxUSE_STREAMS + #include "wx/stream.h" + #endif #endif #if wxUSE_STD_IOSTREAM @@ -36,8 +39,7 @@ using namespace std ; #endif #if wxUSE_STREAMS -#include "wx/stream.h" -#include "wx/txtstrm.h" + #include "wx/txtstrm.h" #endif #include "wx/string.h"