diff --git a/include/boost/math/complex/details.hpp b/include/boost/math/complex/details.hpp index da9f9b84f..889c79ef3 100644 --- a/include/boost/math/complex/details.hpp +++ b/include/boost/math/complex/details.hpp @@ -11,6 +11,7 @@ // that we need to implement all these functions. // #include +#include #include #include #include // isnan where available @@ -100,3 +101,4 @@ inline float safe_min(float t) } } } // namespaces #endif // BOOST_MATH_COMPLEX_DETAILS_INCLUDED +