Skip to content

Commit cca52ce

Browse files
committed
Remove multiprecision header leading to circular dependency
1 parent 6ee28f2 commit cca52ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/math/differentiation/detail/reverse_mode_autodiff_erf_overloads.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#include <boost/math/differentiation/detail/reverse_mode_autodiff_utilities.hpp>
1818
#include <boost/math/special_functions/erf.hpp>
19-
#include <boost/multiprecision/cpp_bin_float.hpp>
19+
2020
namespace boost {
2121
namespace math {
2222
namespace differentiation {

0 commit comments

Comments
 (0)