Make gcc 2.95.* compile again.

This commit is contained in:
ehofman
2004-07-29 08:30:10 +00:00
parent 4b74e40a5f
commit 297b6193fe
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
#include <strings.h>
#endif
#include <ostream>
#include STL_IOSTREAM
#include <simgear/debug/logstream.hxx>

View File

@@ -2,13 +2,13 @@
#include <simgear/compiler.h>
#include <ostream>
#include <string.h> // strcmp()
#include "easyxml.hxx"
#include "xmlparse.h"
#include STL_FSTREAM
#include STL_IOSTREAM
SG_USING_STD(ifstream);