fix random test: missing header

This commit is contained in:
bolero-MURAKAMI 2013-10-05 19:27:07 +09:00
parent ba708c3716
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>

View file

@ -16,6 +16,7 @@
#include <sprout/config.hpp>
#include <sprout/limits.hpp>
#include <sprout/array/array.hpp>
#include <sprout/array/comparison.hpp>
#include <sprout/operation/fixed/set.hpp>
#include <sprout/math/compare.hpp>
#include <sprout/random/random_result.hpp>