From 210fd5fd8a19411394198fc08c77f7a4d5e38384 Mon Sep 17 00:00:00 2001 From: Gennady Pospelov <g.pospelov@fz-juelich.de> Date: Wed, 13 Dec 2017 10:28:32 +0100 Subject: [PATCH] Compilation failure on buildbot --- GUI/coregui/Views/PropertyEditor/PropertyEditorFactory.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/GUI/coregui/Views/PropertyEditor/PropertyEditorFactory.cpp b/GUI/coregui/Views/PropertyEditor/PropertyEditorFactory.cpp index aa1b8bea9d5..b9bd7e6f245 100644 --- a/GUI/coregui/Views/PropertyEditor/PropertyEditorFactory.cpp +++ b/GUI/coregui/Views/PropertyEditor/PropertyEditorFactory.cpp @@ -27,6 +27,7 @@ #include <QLineEdit> #include <QLabel> #include <limits> +#include <cmath> namespace { QWidget* createCustomDoubleEditor(const SessionItem& item); -- GitLab