2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-02 08:52:15 +00:00

Added needed include.

[SVN r34514]
This commit is contained in:
John Maddock
2006-07-12 17:52:28 +00:00
parent 44b7013434
commit 607e6990cd

View File

@@ -11,6 +11,7 @@
// that we need to implement all these functions.
//
#include <boost/config.hpp>
#include <boost/detail/workaround.hpp>
#include <boost/config/no_tr1/complex.hpp>
#include <boost/limits.hpp>
#include <math.h> // isnan where available
@@ -100,3 +101,4 @@ inline float safe_min(float t)
} } } // namespaces
#endif // BOOST_MATH_COMPLEX_DETAILS_INCLUDED