You need to put a space between those last '>' otherwise it's seen as the '>>' operator, ie:
Code:
std::vector<std::vector<int> > MyVec;