SDL_Net 1.2.8 fails where 1.2.6 does not

Trying to do this for example fout << " port " << SDLNet_Read16(&serverIP.port) << endl << endl; but snafoo I get >>error C2065: ‘SDL_reinterpret_cast’ : undeclared identifier<< from msvc++ 6 with use of sdl 1.2.13 on windows. Whut?