First time here? Check out the FAQ!
answered 2016-02-24 05:48:41 -0600
Use #include <string> or #include <string.h>.
#include <string>
#include <string.h>
The solution is that you should use <..> instead of '..'.
Hope it helps