1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

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

@ -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>