X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fxml%2Feasyxml.hxx;h=f5ff575d9dcb2d803f277c3e32bfe6af335e32a6;hb=b9a34b1b05ce9cab1b4b67816d7d24bd2bc364b7;hp=6b91a86718efb30602d4adccbe1d294330bf7705;hpb=090f79b951f563c406de3cb597f0c47c40756043;p=simgear.git diff --git a/simgear/xml/easyxml.hxx b/simgear/xml/easyxml.hxx index 6b91a867..f5ff575d 100644 --- a/simgear/xml/easyxml.hxx +++ b/simgear/xml/easyxml.hxx @@ -11,13 +11,13 @@ #include #include -#include STL_IOSTREAM -#include STL_STRING +#include +#include #include -SG_USING_STD(istream); -SG_USING_STD(string); -SG_USING_STD(vector); +using std::istream; +using std::string; +using std::vector; /**