1
0

strstream is deprecated, using sstream instead

git-svn-id: http://mc-server.googlecode.com/svn/trunk@554 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
cedeel@gmail.com 2012-06-04 15:24:54 +00:00
parent c167b4d7a3
commit 53aea5724d

View File

@ -20,7 +20,7 @@
// C++ Includes
#include <iostream>
#include <fstream>
#include <strstream>
#include <sstream>
using namespace std;