File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
include_private/boost/math/tools Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010#pragma once
1111#endif
1212
13- #include < boost/math/tools/ solve.hpp>
13+ #include " solve.hpp"
1414#include < boost/math/tools/minima.hpp>
1515#include < boost/math/tools/roots.hpp>
1616#include < boost/math/tools/polynomial.hpp>
Original file line number Diff line number Diff line change 55file (GLOB SOURCES "*.cpp" )
66add_library (boost_math-compile_tests STATIC ${SOURCES} )
77target_compile_features (boost_math-compile_tests PRIVATE cxx_std_17)
8- target_link_libraries (boost_math-compile_tests PUBLIC Boost::math Boost::multiprecision)
8+ target_link_libraries (boost_math-compile_tests PUBLIC Boost::math Boost::multiprecision Boost::numeric_ublas )
Original file line number Diff line number Diff line change 88//
99
1010#ifndef BOOST_MATH_STANDALONE
11- #include < boost/math/tools/remez.hpp>
11+ #include " ../../include_private/ boost/math/tools/remez.hpp"
1212#endif
You can’t perform that action at this time.
0 commit comments