Skip to content

Commit

Permalink
Fix MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Aug 23, 2024
1 parent 3428bf8 commit 008ff2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/geometry/Point2LL.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Integer points are used to avoid floating point rounding errors, and because Cli
*/
#define INLINE static inline

#include <cmath>
#include <limits>
#include <math.h>
#include <numbers>
#include <polyclipping/clipper.hpp>

Expand Down

0 comments on commit 008ff2a

Please sign in to comment.