From 20412e7f29079b85ca1103864db9c5c00b5323b8 Mon Sep 17 00:00:00 2001 From: xiaoyeliu Date: Tue, 18 Nov 2025 09:10:30 +0800 Subject: [PATCH] Fix CICD --- src/slic3r/Utils/PresetUpdater.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/slic3r/Utils/PresetUpdater.cpp b/src/slic3r/Utils/PresetUpdater.cpp index 9bf92235fc..c9f2de7517 100644 --- a/src/slic3r/Utils/PresetUpdater.cpp +++ b/src/slic3r/Utils/PresetUpdater.cpp @@ -15,6 +15,8 @@ #include #include #include +#include +#include #include #include