Starfield / GLTVector2

I work on the starfield example of the “OpenGL Superbible” I get an error (declaration syntax error) on the line :

GLTVector2 vSmallStars[SMALL_STARS];

I cant find information about GLTVector2 in the book. Do you know this (GLTVector2) and maybe what I must change to get the code running?? Thank you!