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

fix detail/float.hpp: include pair

add testspr/header_all.hpp
This commit is contained in:
bolero-MURAKAMI 2013-08-06 01:00:57 +09:00
parent fc5e510c3c
commit 6bd876c587
2 changed files with 68 additions and 0 deletions

View file

@ -7,6 +7,7 @@
#include <sprout/math/floor.hpp>
#include <sprout/math/round.hpp>
#include <sprout/type_traits/enabler_if.hpp>
#include <sprout/utility/pair/pair.hpp>
#include <sprout/detail/pow.hpp>
namespace sprout {