From d6e605c14b39e2dbb018e800da866a3b9b1524c0 Mon Sep 17 00:00:00 2001 From: Robert Schiele Date: Sat, 22 Jun 2024 15:15:25 +0200 Subject: [PATCH] some more missing headers (PR #12886, amended by @lukasmatena) --- src/slic3r/GUI/RulerForDoubleSlider.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/slic3r/GUI/RulerForDoubleSlider.cpp b/src/slic3r/GUI/RulerForDoubleSlider.cpp index 936ba89843..7ee809bc3f 100644 --- a/src/slic3r/GUI/RulerForDoubleSlider.cpp +++ b/src/slic3r/GUI/RulerForDoubleSlider.cpp @@ -2,6 +2,10 @@ ///|/ ///|/ PrusaSlicer is released under the terms of the AGPLv3 or higher ///|/ + +#include +#include + #include "RulerForDoubleSlider.hpp" #include "libslic3r/CustomGCode.hpp" #include "libslic3r/libslic3r.h"