summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/groupedlineedit.cpp
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2017-03-25 09:23:17 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-03-26 22:01:30 -0700
commitec7206a475660eda0f2cf7d2ca8dd638bdc26745 (patch)
tree655092043fe34dc4ce763ae0998dfd28edaa4bfc /desktop-widgets/groupedlineedit.cpp
parentcbe6e8e62b6db726e340a35c1305ca78ffbd3b50 (diff)
downloadsubsurface-ec7206a475660eda0f2cf7d2ca8dd638bdc26745.tar.gz
compile fix
commit 597539ce39ab10 breaks my compile. Fixed here. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'desktop-widgets/groupedlineedit.cpp')
-rw-r--r--desktop-widgets/groupedlineedit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/groupedlineedit.cpp b/desktop-widgets/groupedlineedit.cpp
index 68f53d79e..0358a94b8 100644
--- a/desktop-widgets/groupedlineedit.cpp
+++ b/desktop-widgets/groupedlineedit.cpp
@@ -35,6 +35,7 @@
#include <QStyle>
#include <QStyleOptionFocusRect>
#include <QDebug>
+#include <cmath>
struct GroupedLineEdit::Private {
struct Block {