]>
git.saurik.com Git - wxWidgets.git/blobdiff - src/common/postscrp.cpp
#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>