]> git.mxchange.org Git - flightgear.git/blobdiff - src/WeatherCM/sphrintp.cpp
Make sure that all elapsed time gets passed to update when a subsystem
[flightgear.git] / src / WeatherCM / sphrintp.cpp
index 9740a8b7b72c4f6720235678f7de863759d0085f..2366c753b924c71c56e02555d8c7c5652c5cce5e 100644 (file)
 #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);