X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/47d67540a017101b3e46abe9ef0f55914d8de37e..8ea6ab33e5c58c79d6ed49516ed10c7f6a28bd96:/src/common/time.cpp?ds=sidebyside diff --git a/src/common/time.cpp b/src/common/time.cpp index ecd30b9ac0..1d30d65da0 100644 --- a/src/common/time.cpp +++ b/src/common/time.cpp @@ -36,11 +36,15 @@ seconds since January 1, 1901, GMT. #if wxUSE_IOSTREAMH #include +#include #else #include +#include +# ifdef _MSC_VER + using namespace std; +# endif #endif -#include #include #if !USE_SHARED_LIBRARY