From 604ec8f8aee289af2cfd884c6c5315b359ea5aaf Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 13 Jan 2006 19:03:50 +0000 Subject: [PATCH] Added needed #include [SVN r32316] --- include/boost/math/special_functions/expm1.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/math/special_functions/expm1.hpp b/include/boost/math/special_functions/expm1.hpp index feba014e9..a73a99389 100644 --- a/include/boost/math/special_functions/expm1.hpp +++ b/include/boost/math/special_functions/expm1.hpp @@ -7,6 +7,7 @@ #define BOOST_MATH_EXPM1_INCLUDED #include +#include // platform's ::expm1 #include #include