1
0
forked from 0ad/0ad

Warning fix

This was SVN commit r7695.
This commit is contained in:
Ykkrosh 2010-07-05 08:55:09 +00:00
parent 9b9e4fa1b4
commit 98a2a887c8

View File

@ -31,6 +31,11 @@
#include <ctime>
#include <ostream>
// Disable "assignment operator could not be generated" in Boost
#if MSC_VERSION
#pragma warning(disable:4512)
#endif
#include <boost/algorithm/string/replace.hpp>
static const double RENDER_TIMEOUT = 10.0; // seconds before messages are deleted