]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/forty/scoredg.cpp
1. Empty() now doesn't free memory - Clear() does
[wxWidgets.git] / samples / forty / scoredg.cpp
index 58f8da8a1b30dc31f305b7986e792731f9cca410..773b51361692094e4b5ef1c4cf7cd3a471c939a2 100644 (file)
 #include "wx/wx.h"
 #endif
 
+#if wxUSE_IOSTREAMH
 #if defined(__WXMSW__) && !defined(GNUWIN32)
 #include <strstrea.h>
 #else
 #include <strstream.h>
 #endif
+#else
+#include <strstream>
+using namespace std;
+#endif
 #include "scorefil.h"
 #include "scoredg.h"