I have an existing std::string and an int. I\'d like to concatenate the ASCII (string literal) hexadecimal representation of the integer to the
std::string
int
I believe 'string' only forward declares std::stringstream. So you also need to include:
#include