]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/tgdb/TileEntry.cxx
Replace SG_USE_STD() by using std::
[simgear.git] / simgear / scene / tgdb / TileEntry.cxx
index 2eb63a110927201a6210d50d491e15196726e1c0..64f9c3e0cb6021ecbc06b994d4d9b910f3b0b783 100644 (file)
@@ -25,7 +25,7 @@
 #include <simgear/compiler.h>
 #include <plib/ul.h>
 
-#include STL_STRING
+#include <string>
 #include <sstream>
 #include <istream>
 
@@ -62,7 +62,7 @@
 #include "ReaderWriterSTG.hxx"
 #include "TileEntry.hxx"
 
-SG_USING_STD(string);
+using std::string;
 using namespace simgear;
 
 ModelLoadHelper *TileEntry::_modelLoader=0;