diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-03-25 09:23:17 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-03-26 22:01:30 -0700 |
commit | ec7206a475660eda0f2cf7d2ca8dd638bdc26745 (patch) | |
tree | 655092043fe34dc4ce763ae0998dfd28edaa4bfc /desktop-widgets/groupedlineedit.cpp | |
parent | cbe6e8e62b6db726e340a35c1305ca78ffbd3b50 (diff) | |
download | subsurface-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.cpp | 1 |
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 { |