First time here? Check out the FAQ!
answered 2016-06-07 23:42:06 -0600
Make sure you're including the vector header file
#include <vector>
Make sure to familiarize yourself with the basics of C++. You should know this.