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

Added needed #include

[SVN r32316]
This commit is contained in:
John Maddock
2006-01-13 19:03:50 +00:00
parent 2c309c55e4
commit 604ec8f8ae

View File

@@ -7,6 +7,7 @@
#define BOOST_MATH_EXPM1_INCLUDED
#include <cmath>
#include <math.h> // platform's ::expm1
#include <boost/limits.hpp>
#include <boost/math/special_functions/detail/series.hpp>