]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/example/root_finding_example.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / math / example / root_finding_example.cpp
index 57583b274017b0eb801c35d1b933dd46c116c70c..c1f0f63eeeb6ed8c9667532dfaa35a9f6ca5ef02 100644 (file)
@@ -50,6 +50,7 @@ but you should never use `using` statements globally in header files).]
 #include <boost/math/special_functions/next.hpp> // For float_distance.
 #include <tuple> // for std::tuple and std::make_tuple.
 #include <boost/math/special_functions/cbrt.hpp> // For boost::math::cbrt.
+#include <boost/math/special_functions/pow.hpp> // boost::math::pow<5,double>
 
 //] [/root_finding_include_1]