]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/ATC.hxx
Patch from Melchior Franz:
[flightgear.git] / src / ATC / ATC.hxx
index e3a573ec602be77e5086f543b7831a8e2faa4918..777ccdbd8607cdc19ec6b38c50d11c7c3d17530b 100644 (file)
 #ifndef _FG_ATC_HXX
 #define _FG_ATC_HXX
 
-#include <iostream>
-#include <string>
+#include <simgear/compiler.h>
+
+#include STL_IOSTREAM
+#include STL_STRING
+
+#ifndef SG_HAVE_NATIVE_SGI_COMPILERS
+SG_USING_STD(ostream);
+#endif
+SG_USING_STD(string);
 
 // Possible types of ATC type that the radios may be tuned to.
 // INVALID implies not tuned in to anything.