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);