From 7ef078c94dd90d6c514073823c06ac2c08c4885a Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 25 Mar 2025 19:15:16 +0100 Subject: [PATCH] fixup! FIX: Fix missing FilamentMapMode declaration (cherry picked from commit 13624fb941bedd9afd130fe6209db93f2e4236a9) --- src/slic3r/GUI/FilamentGroupPopup.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/slic3r/GUI/FilamentGroupPopup.hpp b/src/slic3r/GUI/FilamentGroupPopup.hpp index aef3f85c0f..0f5b493aee 100644 --- a/src/slic3r/GUI/FilamentGroupPopup.hpp +++ b/src/slic3r/GUI/FilamentGroupPopup.hpp @@ -1,6 +1,7 @@ #ifndef FILAMENT_GROUP_HOVER_HPP #define FILAMENT_GROUP_HOVER_HPP +#include "libslic3r/PrintConfig.hpp" #include "Widgets/PopupWindow.hpp" #include "Widgets/Label.hpp" @@ -70,4 +71,4 @@ private: Plater* plater_ref{ nullptr }; }; }} // namespace Slic3r::GUI -#endif \ No newline at end of file +#endif