X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fsg_binobj.cxx;h=3c3213082ae7e033945b3325426439597af9c6c9;hb=6a7c2000027cd22eea603e936ddbad1a5bfc8b04;hp=f0af93b894c725f24b1e1a220f853328decdbd4c;hpb=7ed51be4e6be9d06978bc3d88d444ea30c5a55ca;p=simgear.git diff --git a/simgear/io/sg_binobj.cxx b/simgear/io/sg_binobj.cxx index f0af93b8..3c321308 100644 --- a/simgear/io/sg_binobj.cxx +++ b/simgear/io/sg_binobj.cxx @@ -33,7 +33,8 @@ #include #include -#include STL_STRING +#include +#include #include #include @@ -42,9 +43,10 @@ #include "sg_binobj.hxx" -SG_USING_STD( string ); -SG_USING_STD( vector ); - +using std::string; +using std::vector; +using std::cout; +using std::endl; enum sgObjectTypes { SG_BOUNDING_SPHERE = 0,