]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_2DdataFileReader.h
Updated to match changes in radiostack.[ch]xx
[flightgear.git] / src / FDM / UIUCModel / uiuc_2DdataFileReader.h
index c6bec85df71bdf9960c8a161f7a3076f6ddc5096..708ab1be87f91a390cfb1359655b6042a3924559 100644 (file)
@@ -1,10 +1,17 @@
 #ifndef _2D_DATA_FILE_READER_H_
 #define _2D_DATA_FILE_READER_H_
 
-#include <strstream.h>
+#include <simgear/compiler.h>
+
+#include STL_STRSTREAM
+
 #include "uiuc_parsefile.h"
 #include "uiuc_aircraft.h"
 
+#if !defined (SG_HAVE_NATIVE_SGI_COMPILERS)
+SG_USING_STD(istrstream);
+#endif
+
 void uiuc_2DdataFileReader( string file_name, 
                             double x[100][100], 
                             double y[100],