We resolved this on irc, but I'll write it here aswell for others just in case. There seems to be a problem with the "using namespace" clause. So to get this to work do:
#include <vector>
void main()
{
std::vector<unsigned int> FORMAT_DATA;
}
or similar if you need other types.