]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/postscrp.cpp
no message
[wxWidgets.git] / src / common / postscrp.cpp
index 2660eddec966484536a0ddb071fca61132a08fbb..0a6dd57b7f82a83259faf4271493ffa1726237d5 100644 (file)
 
 #if wxUSE_IOSTREAMH
 #include <iostream.h>
+#include <fstream.h>
 #else
 #include <iostream>
+#include <fstream>
+#  ifdef _MSC_VER
+      using namespace std;
+#  endif
 #endif
 
-#include <fstream.h>
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>