From 13624fb941bedd9afd130fe6209db93f2e4236a9 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 --- 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 b8b0998f0..a9c3e2185 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" @@ -75,4 +76,4 @@ private: Plater* plater_ref{ nullptr }; }; }} // namespace Slic3r::GUI -#endif \ No newline at end of file +#endif