Anyone see a problem with this line? My Color header is included (I use it all the time).
map and vector are included.
void GenerateColors(map<Color<unsigned char>, int> &Map, vector<Color<unsigned char> > &List, int num)
I don't see anything wrong?
Dave