Fix build issue in Clipper2 for *nix
This commit is contained in:
parent
43c7cfec3a
commit
57ae1b872e
|
@ -23,6 +23,10 @@ constexpr auto CLIPPER2_VERSION = "1.2.2";
|
|||
|
||||
#include "clipper.core.h"
|
||||
|
||||
#ifdef None
|
||||
#undef None
|
||||
#endif
|
||||
|
||||
namespace Clipper2Lib {
|
||||
|
||||
struct Scanline;
|
||||
|
|
Loading…
Reference in New Issue