]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/variant.cpp
fix for private access for wxTimerProc
[wxWidgets.git] / src / common / variant.cpp
index b514bf1cd9236aca63729fc3a72dc5c3e9845791..068e13b22fa66ba1129ba5355d8f0dd2253cfa11 100644 (file)
 #endif
 
 #if wxUSE_IOSTREAMH
-#include <fstream.h>
+#   include <fstream.h>
 #else
-#include <fstream>
-#  ifdef _MSC_VER
-      using namespace std;
-#  endif
+#   include <fstream>
+#   ifdef _MSC_VER
+        using namespace std;
+#   endif
 #endif
 
 #include "wx/string.h"