mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 19:46:43 +08:00
Fix Clipper2 build with GCC13
This commit is contained in:
parent
fbe776aaaa
commit
2bca1fc9f3
@ -17,6 +17,8 @@ constexpr auto CLIPPER2_VERSION = "1.0.6";
|
||||
#include <stdexcept>
|
||||
#include <vector>
|
||||
#include <functional>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include "clipper.core.h"
|
||||
|
||||
namespace Clipper2Lib {
|
||||
|
@ -15,6 +15,9 @@
|
||||
#include <algorithm>
|
||||
#include "clipper2/clipper.engine.h"
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
|
||||
namespace Clipper2Lib {
|
||||
|
||||
static const double FloatingPointTolerance = 1.0e-12;
|
||||
|
Loading…
x
Reference in New Issue
Block a user