]> git.mxchange.org Git - flightgear.git/blobdiff - src/Time/geocoord.h
MSVC++ tweak.
[flightgear.git] / src / Time / geocoord.h
index 6549802538abe7cb807a37a55d221f9fc2804c5f..c38bab71268f57186dc5736b24b145dbbc450756 100644 (file)
 #ifndef _GEOCOORD_H_
 #define _GEOCOORD_H_
 
-//#include <stl.h>
+#include <Include/compiler.h>
 
 
 #include <math.h>
 #include <string>
-#include <iostream>
+#include STL_IOSTREAM
 //#include <streambuf> // looks like streambuf does not exist on linux.
 // But it looks like it isn't used anyways -:)
 #include <vector>
 
-using namespace std;
+FG_USING_NAMESPACE(std);
 
 #include "mymath.h"