]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/tower.hxx
Patch from Melchior Franz:
[flightgear.git] / src / ATC / tower.hxx
index 58ba4d389417fb3fb42635b58e3c6192bf35b479..f4941ce707fb55ae34a78ce3031e9312ce0145ce 100644 (file)
 #include <simgear/math/sg_geodesy.hxx>
 #include <plib/sg.h>
 
-#include <iostream>
-#include <string>
+#include STL_IOSTREAM
+#include STL_STRING
 
 SG_USING_STD(string);
+#ifndef SG_HAVE_NATIVE_SGI_COMPILERS
 SG_USING_STD(ios);
+#endif
 
 #include "ATC.hxx"