[opensource-dev] trying to get a mod working
Lynx Linden
lynx at lindenlab.com
Wed Apr 21 00:42:11 PDT 2010
> 94>..\..\newview\lllogchat.cpp(196) : error C2065: 'ostringstream' : undeclared identifier
This suggests that you need to add:
#include <sstream>
Cheers,
Lynx.
More information about the opensource-dev
mailing list