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

fix literals

This commit is contained in:
bolero-MURAKAMI 2016-08-15 13:44:46 +09:00
parent d26dafc3dc
commit f08464943f
4 changed files with 4 additions and 0 deletions

View file

@ -26,6 +26,7 @@
#include <sprout/range/algorithm/fixed/copy.hpp>
#include <sprout/operation/fixed/set.hpp>
#include <sprout/bit/rotl.hpp>
#include <sprout/detail/udl_namespace.hpp>
#ifdef SPROUT_WORKAROUND_NOT_TERMINATE_RECURSIVE_CONSTEXPR_FUNCTION_TEMPLATE
# include <sprout/workaround/recursive_function_template.hpp>
#endif