X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fxml%2Feasyxml.cxx;h=65a35513201a2de40a24b11b9b7cb01a63d28593;hb=a1bb62f43c2f68a5ce4424f4d99f785b6d88bafe;hp=0779d872b38e9120a52cdb13db5e5dd1887f5590;hpb=733e6fa14ff507a1022ecab8d55cc9bf587bee40;p=simgear.git diff --git a/simgear/xml/easyxml.cxx b/simgear/xml/easyxml.cxx index 0779d872..65a35513 100644 --- a/simgear/xml/easyxml.cxx +++ b/simgear/xml/easyxml.cxx @@ -14,7 +14,7 @@ #include #include -SG_USING_STD(ifstream); +using std::ifstream;