C++를 공부하던 중에 getline()에서 에러를 만나게 되었다. 이를 해결하는 방법은 간단하다.
getline()
#include <string>
위의 한 줄만 추가해주자!
해결!😁