From ef8649910ff0de07c22370df89860a4af89e60fe Mon Sep 17 00:00:00 2001 From: Noisyfox Date: Thu, 27 Mar 2025 23:43:20 +0800 Subject: [PATCH] Fix build failure caused by OCCT and boost::regex --- src/libslic3r/pchheader.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libslic3r/pchheader.hpp b/src/libslic3r/pchheader.hpp index e6591f5740..349e3f0d4c 100644 --- a/src/libslic3r/pchheader.hpp +++ b/src/libslic3r/pchheader.hpp @@ -88,6 +88,7 @@ #include #include #include +#include // boost/property_tree/json_parser/detail/parser.hpp includes boost/bind.hpp, which is deprecated. // Suppress the following boost message: