Skip to content

Commit

Permalink
Directly include cmath
Browse files Browse the repository at this point in the history
Other source files already assume that cmath is available. The same can
be done here, too.
  • Loading branch information
a-andre authored and svigerske committed Jul 24, 2024
1 parent 8e2f3b4 commit c94b0e8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/CglLandP/CglLandPValidator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,7 @@
#include "CoinPackedMatrix.hpp"
#include "OsiRowCut.hpp"

#ifdef HAVE_CMATH
# include <cmath>
#else
# ifdef HAVE_MATH_H
# include <math.h>
# endif
#endif

#include <cmath>

namespace LAP
{
Expand Down

0 comments on commit c94b0e8

Please sign in to comment.