mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
fix missing header <cmath>
This commit is contained in:
parent
20cefe452a
commit
74f79f3717
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include <climits>
|
||||
#include <cfloat>
|
||||
#include <cmath>
|
||||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/math/detail/config.hpp>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include <climits>
|
||||
#include <cfloat>
|
||||
#include <cmath>
|
||||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/math/detail/config.hpp>
|
||||
|
|
Loading…
Reference in a new issue