From 297b6193fe563ab53d37882cdde12e49335e0af3 Mon Sep 17 00:00:00 2001
From: ehofman <ehofman>
Date: Thu, 29 Jul 2004 08:30:10 +0000
Subject: [PATCH] Make gcc 2.95.* compile again.

---
 simgear/io/sg_socket.cxx | 2 +-
 simgear/xml/easyxml.cxx  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 <strings.h>
 #endif
 
-#include <ostream>
+#include STL_IOSTREAM
 
 #include <simgear/debug/logstream.hxx>
 
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 <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);
 
-- 
2.39.5