mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-12-23 21:25:49 +00:00
fix random test: missing header
This commit is contained in:
parent
ba708c3716
commit
b192c5c214
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue