mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-14 15:04:09 +00:00
fix regression
This commit is contained in:
parent
2893664abf
commit
2d70e53b7f
3 changed files with 7 additions and 1 deletions
|
@ -18,6 +18,9 @@
|
|||
#include <sprout/random/random_result.hpp>
|
||||
#include <sprout/random/results.hpp>
|
||||
#include <sprout/assert.hpp>
|
||||
#ifdef SPROUT_WORKAROUND_NOT_TERMINATE_RECURSIVE_CONSTEXPR_FUNCTION_TEMPLATE
|
||||
# include <sprout/workaround/recursive_function_template.hpp>
|
||||
#endif
|
||||
|
||||
namespace sprout {
|
||||
namespace random {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue