Visual Studio Getline tidak berfungsi

#include<string>
std::string line;
getline(cin,line);
JulesG10