Have you included all of the following headers?
<fstream><istream><iostream><string>
My guess is you forgot <string>.
On a side note: That should be std::cout and std::endl.
Have you included all of the following headers?
<fstream><istream><iostream><string>My guess is you forgot <string>.
On a side note: That should be std::cout and std::endl.