mirror of https://github.com/CGAL/cgal
added missing <cmath> in MIP solvers
This commit is contained in:
parent
2a56dc1393
commit
512a429de8
|
|
@ -26,6 +26,7 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
#include <cmath>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue