Fix sstream include

--HG--
branch : feature-crashreport
This commit is contained in:
kaetemi 2015-02-24 12:47:32 +01:00
parent 68120a53e7
commit 02e8100ea4

View file

@ -16,7 +16,7 @@
#include "stdmisc.h"
#include <stringstream>
#include <sstream>
#include "nel/misc/common.h"
#include "nel/misc/ucstring.h"