]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/atlas.hxx
Merge branch 'durk/ai-atc'
[flightgear.git] / src / Network / atlas.hxx
index 9abb3c9c782e6805af3b8a9407937e9043ac429f..c91355afd6e7cff3bb2776e2872264b228774559 100644 (file)
 
 #include <simgear/compiler.h>
 
-#include STL_STRING
+#include <string>
 
 #include "protocol.hxx"
 
-SG_USING_STD(string);
+using std::string;
 
 
 class FGAtlas : public FGProtocol {