Skip to content

Commit a0997ae

Browse files
committed
Fix path to solve tool
1 parent 3b8354f commit a0997ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include_private/boost/math/tools/remez.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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>

0 commit comments

Comments
 (0)