Also look for getline() in the std namespace
This commit is contained in:
parent
23f08fd725
commit
ac2646a365
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ SG_USING_STD(string);
|
||||||
SG_USING_STD(istream);
|
SG_USING_STD(istream);
|
||||||
SG_USING_STD(cerr);
|
SG_USING_STD(cerr);
|
||||||
SG_USING_STD(endl);
|
SG_USING_STD(endl);
|
||||||
|
SG_USING_STD(getline);
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in a new issue