SyntaxFix
Write A Post
Hire A Developer
Questions
You need to either qualify vector with its namespace (which is std), or import the namespace at the top of your CPP file:
vector
std
using namespace std;