From b2837e2878e24fd38638b8a1d47ce5b2f8d43bd9 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Sun, 24 Jul 2011 11:59:57 +0000 Subject: [PATCH] Fix compatibility more with Boost 1.47 This was SVN commit r9907. --- source/maths/tests/test_Sqrt.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/maths/tests/test_Sqrt.h b/source/maths/tests/test_Sqrt.h index 23f5799856..8c2dd897a4 100644 --- a/source/maths/tests/test_Sqrt.h +++ b/source/maths/tests/test_Sqrt.h @@ -19,7 +19,9 @@ #include "maths/Sqrt.h" -#include +#include +#include +#include class TestSqrt : public CxxTest::TestSuite {