What is the header I need to declare a string? Not an array or char, but a string. I tried <string>, <string.h>, but I still get an error when trying to do something like:

string message;