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

Fix path to solve tool

This commit is contained in:
Matt Borland
2024-10-03 21:00:22 -04:00
parent 3b8354f038
commit a0997ae285

View File

@@ -10,7 +10,7 @@
#pragma once
#endif
#include <boost/math/tools/solve.hpp>
#include "solve.hpp"
#include <boost/math/tools/minima.hpp>
#include <boost/math/tools/roots.hpp>
#include <boost/math/tools/polynomial.hpp>