X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fxml%2Feasyxml.cxx;h=65a35513201a2de40a24b11b9b7cb01a63d28593;hb=ad667be0d7100670ecc0a274ae8c567749ef0add;hp=0aa71b18612cb3af5a814564785f2ebf0bde5ab2;hpb=0bcdf2e4dc0ffd2fb335faad8e7e718ff5bfada5;p=simgear.git diff --git a/simgear/xml/easyxml.cxx b/simgear/xml/easyxml.cxx index 0aa71b18..65a35513 100644 --- a/simgear/xml/easyxml.cxx +++ b/simgear/xml/easyxml.cxx @@ -11,10 +11,10 @@ #include "easyxml.hxx" #include "xmlparse.h" -#include STL_FSTREAM -#include STL_IOSTREAM +#include +#include -SG_USING_STD(ifstream); +using std::ifstream;