From 61c1d22e75021f7d7d142f3e80725b4206d146a4 Mon Sep 17 00:00:00 2001 From: Matthias Puchner <github@mpuchner.de> Date: Wed, 24 Nov 2021 15:42:01 +0100 Subject: [PATCH] add missing header for Linux --- GUI/View/PropertyEditor/CustomEditors.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/GUI/View/PropertyEditor/CustomEditors.cpp b/GUI/View/PropertyEditor/CustomEditors.cpp index 66f10b0bcbe..208be506db4 100644 --- a/GUI/View/PropertyEditor/CustomEditors.cpp +++ b/GUI/View/PropertyEditor/CustomEditors.cpp @@ -20,6 +20,7 @@ #include "GUI/View/PropertyEditor/CustomEventFilters.h" #include <QBoxLayout> #include <QComboBox> +#include <cmath> namespace { //! Single step for QDoubleSpinBox. -- GitLab