fix missing header <cmath>

This commit is contained in:
bolero-MURAKAMI 2014-04-24 13:35:08 +09:00
parent 20cefe452a
commit 74f79f3717
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@
#include <climits> #include <climits>
#include <cfloat> #include <cfloat>
#include <cmath>
#include <type_traits> #include <type_traits>
#include <sprout/config.hpp> #include <sprout/config.hpp>
#include <sprout/math/detail/config.hpp> #include <sprout/math/detail/config.hpp>

View file

@ -10,6 +10,7 @@
#include <climits> #include <climits>
#include <cfloat> #include <cfloat>
#include <cmath>
#include <type_traits> #include <type_traits>
#include <sprout/config.hpp> #include <sprout/config.hpp>
#include <sprout/math/detail/config.hpp> #include <sprout/math/detail/config.hpp>