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

Add missing #include.

This commit is contained in:
jzmaddock
2024-03-06 19:17:44 +00:00
parent 9ca40b9f01
commit fbf553d498

View File

@@ -20,6 +20,7 @@
#include <boost/math/policies/error_handling.hpp>
#include <boost/math/tools/rational.hpp>
#include <boost/math/special_functions/math_fwd.hpp>
#include <boost/math/special_functions/fpclassify.hpp>
#include <boost/math/tools/assert.hpp>
#if defined(__GNUC__) && defined(BOOST_MATH_USE_FLOAT128)