diff --git a/src/util/Math.hxx b/src/util/Math.hxx index 308fcbe33..ad5cffd82 100644 --- a/src/util/Math.hxx +++ b/src/util/Math.hxx @@ -30,6 +30,8 @@ #ifndef MATH_HXX #define MATH_HXX +#include + /* * C99 math can be optionally omitted with gcc's libstdc++. * Use boost if unavailable. @@ -38,7 +40,6 @@ #include using boost::math::lround; #else -#include using std::lround; #endif