X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmath%2Fsg_types.hxx;h=4698acecb5886d8018ced33e24a9136e87a49617;hb=6a7c2000027cd22eea603e936ddbad1a5bfc8b04;hp=a1107f11d4b9e459996b9923b9c6d50a600bdf5a;hpb=30529ccdf5ccd880dc68d9f83953584ba50eddfc;p=simgear.git diff --git a/simgear/math/sg_types.hxx b/simgear/math/sg_types.hxx index a1107f11..4698acec 100644 --- a/simgear/math/sg_types.hxx +++ b/simgear/math/sg_types.hxx @@ -35,13 +35,13 @@ #include -#include STL_STRING +#include #include #include -SG_USING_STD(vector); -SG_USING_STD(string); +using std::vector; +using std::string; /** STL vector list of ints */ typedef vector < int > int_list;