From: ehofman Date: Thu, 29 Jul 2004 08:30:10 +0000 (+0000) Subject: Make gcc 2.95.* compile again. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=297b6193fe563ab53d37882cdde12e49335e0af3;p=simgear.git Make gcc 2.95.* compile again. --- diff --git a/simgear/io/sg_socket.cxx b/simgear/io/sg_socket.cxx index 70bb382c..b85205c2 100644 --- a/simgear/io/sg_socket.cxx +++ b/simgear/io/sg_socket.cxx @@ -28,7 +28,7 @@ #include #endif -#include +#include STL_IOSTREAM #include diff --git a/simgear/xml/easyxml.cxx b/simgear/xml/easyxml.cxx index 8fc5ca15..43054d16 100644 --- a/simgear/xml/easyxml.cxx +++ b/simgear/xml/easyxml.cxx @@ -2,13 +2,13 @@ #include -#include #include // strcmp() #include "easyxml.hxx" #include "xmlparse.h" #include STL_FSTREAM +#include STL_IOSTREAM SG_USING_STD(ifstream);