In my header file I'm getting the
error: ‘string’ has not been declared
error but at the top of the file I have #include <string>
, so how can I be getting this error?
In my header file I'm getting the
error: ‘string’ has not been declared
error but at the top of the file I have #include <string>
, so how can I be getting this error?