Fix build issue in Clipper2 for *nix

This commit is contained in:
Seth Hillbrand 2023-08-22 12:15:05 -07:00
parent 43c7cfec3a
commit 57ae1b872e
1 changed files with 21 additions and 17 deletions

View File

@ -23,6 +23,10 @@ constexpr auto CLIPPER2_VERSION = "1.2.2";
#include "clipper.core.h"
#ifdef None
#undef None
#endif
namespace Clipper2Lib {
struct Scanline;