X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fsg_binobj.cxx;h=3c3213082ae7e033945b3325426439597af9c6c9;hb=aefe9bc11682f39b3936b9f01a0d37e9d6428078;hp=62e3fbe1c5219257edc863b9a07018e952895c33;hpb=d219c5c4c613e4f36d8ff1ce8af674fc96dcb543;p=simgear.git diff --git a/simgear/io/sg_binobj.cxx b/simgear/io/sg_binobj.cxx index 62e3fbe1..3c321308 100644 --- a/simgear/io/sg_binobj.cxx +++ b/simgear/io/sg_binobj.cxx @@ -33,7 +33,7 @@ #include #include -#include STL_STRING +#include #include #include @@ -43,9 +43,8 @@ #include "sg_binobj.hxx" -SG_USING_STD( string ); -SG_USING_STD( vector ); - +using std::string; +using std::vector; using std::cout; using std::endl;