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