blob: 4e67b6351b61dec5d4d77119b2a5fa674b7e6c3c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/libslic3r/MeshBoolean.cpp.orig 2024-12-20 11:54:34 UTC
+++ src/libslic3r/MeshBoolean.cpp
@@ -10,6 +10,8 @@
#undef PI
+#include <boost/next_prior.hpp>
+
// Include igl first. It defines "L" macro which then clashes with our localization
#include <igl/copyleft/cgal/mesh_boolean.h> // IWYU pragma: keep
#include <igl/MeshBooleanType.h>
|