From 8f0c8a80937fbaf593b09c60e2ad73f3e914f618 Mon Sep 17 00:00:00 2001 From: "Unknown (UG)" Date: Tue, 20 Oct 1998 12:58:02 +0000 Subject: [PATCH] fix for wxUSE_IOSTREAMH git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/forty/scoredg.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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" -- 2.47.2