]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/time.cpp
no message
[wxWidgets.git] / src / common / time.cpp
index ecd30b9ac0a9fc7e25012e80afd68d823ff87d14..1d30d65da07673d941f072528ee08a58eaf7bffc 100644 (file)
@@ -36,11 +36,15 @@ seconds since January 1, 1901, GMT.
 
 #if wxUSE_IOSTREAMH
 #include <iostream.h>
+#include <iomanip.h>
 #else
 #include <iostream>
+#include <iomanip>
+#  ifdef _MSC_VER
+      using namespace std;
+#  endif
 #endif
 
-#include <iomanip.h>
 #include <string.h>
 
 #if !USE_SHARED_LIBRARY