Skip to content

Commit ce0c812

Browse files
committed
Directly include cmath
Other source files already assume that cmath is available. The same can be done here, too.
1 parent 8e2f3b4 commit ce0c812

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/CglLandP/CglLandPValidator.cpp

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,7 @@
1111
#include "CoinPackedMatrix.hpp"
1212
#include "OsiRowCut.hpp"
1313

14-
#ifdef HAVE_CMATH
15-
# include <cmath>
16-
#else
17-
# ifdef HAVE_MATH_H
18-
# include <math.h>
19-
# endif
20-
#endif
21-
14+
#include <cmath>
2215

2316
namespace LAP
2417
{

0 commit comments

Comments
 (0)