]> git.saurik.com Git - wxWidgets.git/commitdiff
fix for wxUSE_IOSTREAMH
authorUnknown (UG) <nobody@localhost>
Tue, 20 Oct 1998 12:58:02 +0000 (12:58 +0000)
committerUnknown (UG) <nobody@localhost>
Tue, 20 Oct 1998 12:58:02 +0000 (12:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/forty/scoredg.cpp

index 58f8da8a1b30dc31f305b7986e792731f9cca410..773b51361692094e4b5ef1c4cf7cd3a471c939a2 100644 (file)
 #include "wx/wx.h"
 #endif
 
 #include "wx/wx.h"
 #endif
 
+#if wxUSE_IOSTREAMH
 #if defined(__WXMSW__) && !defined(GNUWIN32)
 #include <strstrea.h>
 #else
 #include <strstream.h>
 #endif
 #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"
 
 #include "scorefil.h"
 #include "scoredg.h"