fix math headers

This commit is contained in:
bolero-MURAKAMI 2013-02-10 17:33:31 +09:00
parent 887dba1849
commit 5d809ef5c9
9 changed files with 36 additions and 20 deletions

View file

@ -10,5 +10,7 @@
#include <sprout/math/log10.hpp>
#include <sprout/math/log2.hpp>
#include <sprout/math/log1p.hpp>
#include <sprout/math/log1p.hpp>
#include <sprout/math/floating_point.hpp>
#endif // #ifndef SPROUT_MATH_EXPONENTIAL_HPP