no message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Unknown (UG)
1998-10-16 19:28:21 +00:00
parent 645e44e364
commit 2910dac85f
3 changed files with 192 additions and 2 deletions

View File

@@ -30,11 +30,15 @@
#if wxUSE_IOSTREAMH
#include <iostream.h>
#include <fstream.h>
#else
#include <iostream>
#include <fstream>
#ifdef _MSC_VER
using namespace std;
#endif
#endif
#include <fstream.h>
#include <ctype.h>
#include <math.h>
#include <stdlib.h>