*/
#include <simgear/compiler.h>
-#include <iostream>
+#include STL_IOSTREAM
#include <float.h>
#include <math.h>
#include <stdlib.h>
#include "linintp2.h"
+#ifndef SG_HAVE_NATIVE_SGI_COMPILERS
SG_USING_NAMESPACE(std);
SG_USING_STD(cout);
+#endif
//---------------------------------------------------------------------------
mgcLinInterp2D::mgcLinInterp2D (int _numPoints, double* x, double* y,
*/
#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);