This Trac instance is not used for development anymore!

We migrated our development workflow to git and Gitea.
To test the future redirection, replace trac by ariadne in the page URL.

Changeset 9907 for ps


Ignore:
Timestamp:
07/24/11 13:59:57 (13 years ago)
Author:
philip
Message:

Fix compatibility more with Boost 1.47

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ps/trunk/source/maths/tests/test_Sqrt.h

    r7259 r9907  
    2020#include "maths/Sqrt.h"
    2121
    22 #include <boost/random.hpp>
     22#include <boost/random/mersenne_twister.hpp>
     23#include <boost/random/uniform_int.hpp>
     24#include <boost/random/variate_generator.hpp>
    2325
    2426class TestSqrt : public CxxTest::TestSuite
Note: See TracChangeset for help on using the changeset viewer.