1
0
forked from mirrors/0ad

Fix compatibility more with Boost 1.47

This was SVN commit r9907.
This commit is contained in:
Ykkrosh
2011-07-24 11:59:57 +00:00
parent 955f94976e
commit b2837e2878
+3 -1
View File
@@ -19,7 +19,9 @@
#include "maths/Sqrt.h"
#include <boost/random.hpp>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_int.hpp>
#include <boost/random/variate_generator.hpp>
class TestSqrt : public CxxTest::TestSuite
{