Applied patch [ 619424 ] texutils.cpp patch for !wxUSE_IOSTEAMH

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-10-24 11:06:18 +00:00
parent ce72acc2c6
commit 0ea0ed4778

View File

@@ -36,6 +36,7 @@
#else #else
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
using namespace std;
#endif #endif
#include <ctype.h> #include <ctype.h>