C++: std does not have member “string”

You need to add the following:

#include <string>

Leave a Comment