2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Fix missing header

This commit is contained in:
Matt Borland
2021-03-15 20:19:13 +03:00
parent 22d7fa5613
commit 77befaecc3

View File

@@ -12,6 +12,7 @@
#include <boost/array.hpp>
#include <boost/math/tools/config.hpp>
#include <boost/math/tools/assert.hpp>
#if BOOST_MATH_POLY_METHOD == 1
# define BOOST_HEADER() <BOOST_JOIN(boost/math/tools/detail/polynomial_horner1_, BOOST_MATH_MAX_POLY_ORDER).hpp>