X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscene%2Ftgdb%2FTileEntry.hxx;h=eee74541292c39c831a823202a4a70025a29d3a5;hb=d4c7e950927b1e19a7a7622a7919f32233a6b7a8;hp=f47b89557fc67fdb859c4ea4c9e8f69f44453af2;hpb=4fe43c3e50bc0ed882aeb1336883676f7f242c1c;p=simgear.git diff --git a/simgear/scene/tgdb/TileEntry.hxx b/simgear/scene/tgdb/TileEntry.hxx index f47b8955..eee74541 100644 --- a/simgear/scene/tgdb/TileEntry.hxx +++ b/simgear/scene/tgdb/TileEntry.hxx @@ -32,7 +32,7 @@ #include #include -#include STL_STRING +#include #include #include @@ -48,8 +48,8 @@ #include #endif -SG_USING_STD(string); -SG_USING_STD(vector); +using std::string; +using std::vector; namespace simgear {