aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2020-10-20 12:18:10 +0200
committerRobert Loehning <robert.loehning@qt.io>2020-10-20 10:57:13 +0000
commit675a85bef088d9d7f039ffb7054957ee2e90e11e (patch)
treeeecf2237f111aedde991275f9de745b0a094c072
parent1a8c802f56ba5f701a38c45aff4107ce6a2d1a82 (diff)
QmlDesigner: Add missing include
Amends 3614ab81ce9726b17b0c725ff55e1ae5be3ab7d1 Change-Id: Ib8a02fe5829462379ae9a665b5c0e8e8832cc090 Reviewed-by: Knud Dollereder <knud.dollereder@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
-rw-r--r--src/plugins/qmldesigner/components/curveeditor/curveeditorstyle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/curveeditor/curveeditorstyle.h b/src/plugins/qmldesigner/components/curveeditor/curveeditorstyle.h
index 3eda30dfcd..f6c6c378c5 100644
--- a/src/plugins/qmldesigner/components/curveeditor/curveeditorstyle.h
+++ b/src/plugins/qmldesigner/components/curveeditor/curveeditorstyle.h
@@ -36,6 +36,8 @@
#include <QIcon>
#include <QKeySequence>
+#include <cmath>
+
namespace DesignTools {
struct TreeItemStyleOption