X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/223d09f6b523aac674ef9b72a883dfa8d37c5d4e..01dba85a7fc9a1103f866c7c3a5cc72f21c0784e:/src/common/variant.cpp diff --git a/src/common/variant.cpp b/src/common/variant.cpp index 4bcefec312..3acdd76f4f 100644 --- a/src/common/variant.cpp +++ b/src/common/variant.cpp @@ -20,10 +20,12 @@ #pragma hdrstop #endif -#if wxUSE_IOSTREAMH && wxUSE_STD_IOSTREAM -# include -#else -# include +#if wxUSE_STD_IOSTREAM + #if wxUSE_IOSTREAMH + #include + #else + #include + #endif #endif #if wxUSE_STREAMS