2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-28 07:22:12 +00:00

Add missing #include to chebeshev.hpp.

This commit is contained in:
jzmaddock
2022-05-26 12:59:56 +01:00
parent 3fa245da6d
commit 355237efeb

View File

@@ -10,6 +10,7 @@
#include <boost/math/policies/error_handling.hpp>
#include <boost/math/constants/constants.hpp>
#include <boost/math/tools/promotion.hpp>
#include <boost/math/tools/throw_exception.hpp>
#if (__cplusplus > 201103) || (defined(_CPPLIB_VER) && (_CPPLIB_VER >= 610))
# define BOOST_MATH_CHEB_USE_STD_ACOSH