X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2Fmodelmgr.hxx;h=0b1cf53435248d91511b2181c75682fd5962b229;hb=68c71d5787f2a0309e35c3e05939950113618cb7;hp=b26bc05e39215b0c626f40721e4f42aa4b7a432e;hpb=b0f9d24f9dbab9eb2de07c48e8bfe48f3851d7e4;p=flightgear.git diff --git a/src/Model/modelmgr.hxx b/src/Model/modelmgr.hxx index b26bc05e3..0b1cf5343 100644 --- a/src/Model/modelmgr.hxx +++ b/src/Model/modelmgr.hxx @@ -15,7 +15,7 @@ #include // for SG_USING_STD #include -SG_USING_STD(vector); +using std::vector; // Don't pull in headers, since we don't need them here. class SGPropertyNode;