]> git.mxchange.org Git - flightgear.git/blobdiff - utils/GPSsmooth/gps.cxx
Merge branch 'next' into durk-atc
[flightgear.git] / utils / GPSsmooth / gps.cxx
index 1a83e70c85a609fc3a5812f00f618826019ccc4e..1d6a79c2274762a5490e2cd6cd5ed41299bc0945 100644 (file)
@@ -2,6 +2,8 @@
 #  include <config.h>
 #endif
 
+#include <simgear/compiler.h>
+
 #include <iostream>
 
 #include <simgear/constants.h>
@@ -10,8 +12,8 @@
 
 #include "gps.hxx"
 
-SG_USING_STD(cout);
-SG_USING_STD(endl);
+using std::cout;
+using std::endl;
 
 
 GPSTrack::GPSTrack() {};