X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fephemeris%2Fstardata.cxx;h=a78583338b95ca34d819c7c8ba05dd6dfb412aaa;hb=e4e31be7d43569a92a5d9fa7e784381b66cbd95a;hp=bba1a536a3b4cdd3922a8cc03eae57fcced641cb;hpb=4d91bc5908f719743ffd7a9881fefc82427e4c2b;p=simgear.git diff --git a/simgear/ephemeris/stardata.cxx b/simgear/ephemeris/stardata.cxx index bba1a536..a7858333 100644 --- a/simgear/ephemeris/stardata.cxx +++ b/simgear/ephemeris/stardata.cxx @@ -31,9 +31,11 @@ #include "stardata.hxx" #if defined (_MSC_VER) - SG_USING_STD(getline); + using std::getline; #endif +using std::string; + // Constructor SGStarData::SGStarData( const SGPath& path ) {