Core/Build: Use std namespace in getline calls

This commit is contained in:
Nayd
2015-02-02 01:57:27 +00:00
parent 053d5f24ee
commit 86f7f47b58
2 changed files with 3 additions and 3 deletions

View File

@@ -300,7 +300,7 @@ public:
else if (commentToken[1] == '/')
{
std::string str;
getline(ifs, str);
std::getline(ifs, str);
continue;
}
// regular data