diff --git a/include/util/math.hpp b/include/util/math.hpp index 455d395e..9eb2e441 100644 --- a/include/util/math.hpp +++ b/include/util/math.hpp @@ -2,6 +2,7 @@ #include "util/common.hpp" #include // for global namespace functions #include // for std::isfinite, etc +#include // for std::abs, etc // Use a few standard math functions without std::