From 607e6990cdec38c06dbb44c9b282abded991d2df Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 12 Jul 2006 17:52:28 +0000 Subject: [PATCH] Added needed include. [SVN r34514] --- include/boost/math/complex/details.hpp | 2 ++ 1 file changed, 2 insertions(+) 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 +