]> git.mxchange.org Git - simgear.git/blobdiff - Misc/fgstream.hxx
Added point3d.hxx to replace cheezy fgPoint3d struct.
[simgear.git] / Misc / fgstream.hxx
index 46cd6e5ddf60d7a2ef42b378b839ad1f668ced8a..1e79e5b3fa6eff64a82859308496c514211b0353 100644 (file)
@@ -34,6 +34,9 @@
 
 #include <string>
 
+#include "Include/fg_stl_config.h"
+_FG_USING_NAMESPACE(std);
+
 #include "zfstream.hxx"
 
 //-----------------------------------------------------------------------------
@@ -102,6 +105,9 @@ istream& skipcomment( istream& in );
 #endif /* _FGSTREAM_HXX */
 
 // $Log$
+// Revision 1.3  1998/10/13 00:10:06  curt
+// More portability changes to help with windoze compilation problems.
+//
 // Revision 1.2  1998/09/24 15:22:18  curt
 // Additional enhancements.
 //