]> git.mxchange.org Git - flightgear.git/blobdiff - src/WeatherCM/sphrintp.cpp
Added static port system and a new altimeter model connected to it.
[flightgear.git] / src / WeatherCM / sphrintp.cpp
index 41ff38c831e5d75dfe6764b0b58b3e77eb76297d..9740a8b7b72c4f6720235678f7de863759d0085f 100644 (file)
 */
 
 #include <simgear/compiler.h>
-#include <iostream>
+#include STL_IOSTREAM
 
 #include <math.h>
 #include "sphrintp.h"
 
+#ifndef SG_HAVE_NATIVE_SGI_COMPILERS
 SG_USING_NAMESPACE(std);
 SG_USING_STD(cout);
+#endif
 
 
 static const double PI = 4.0*atan(1.0);