From: Unknown (UG) Date: Tue, 20 Oct 1998 12:58:02 +0000 (+0000) Subject: fix for wxUSE_IOSTREAMH X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8f0c8a80937fbaf593b09c60e2ad73f3e914f618 fix for wxUSE_IOSTREAMH git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/forty/scoredg.cpp b/samples/forty/scoredg.cpp index 58f8da8a1b..773b513616 100644 --- a/samples/forty/scoredg.cpp +++ b/samples/forty/scoredg.cpp @@ -27,11 +27,16 @@ #include "wx/wx.h" #endif +#if wxUSE_IOSTREAMH #if defined(__WXMSW__) && !defined(GNUWIN32) #include #else #include #endif +#else +#include +using namespace std; +#endif #include "scorefil.h" #include "scoredg.h"