Include missing cmath header for std::round
Fixes compilation on Yocto Kirkstone.
This commit is contained in:
parent
6352173651
commit
ee87e8699d
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
#include <QDebug>
|
||||
#include <QHash>
|
||||
#include <QPointer>
|
||||
#include <cmath>
|
||||
|
||||
using namespace KWin;
|
||||
|
||||
|
|
Loading…
Reference in a new issue