fix random test: missing header

This commit is contained in:
bolero-MURAKAMI 2013-10-05 19:27:07 +09:00
commit b192c5c214
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,7 @@
#ifndef SPROUT_LIBS_RANDOM_TEST_INVERSIVE_CONGRUENTIAL_CPP
#define SPROUT_LIBS_RANDOM_TEST_INVERSIVE_CONGRUENTIAL_CPP
#include <sprout/random/linear_congruential.hpp>
#include <sprout/random/inversive_congruential.hpp>
#include "./engine_generic.hpp"
#include <testspr/tools.hpp>