Include missing cmath header for std::round

Fixes compilation on Yocto Kirkstone.
This commit is contained in:
Andreas Cord-Landwehr 2022-12-31 09:36:14 +01:00
parent 6352173651
commit ee87e8699d

View file

@ -15,6 +15,7 @@
#include <QDebug>
#include <QHash>
#include <QPointer>
#include <cmath>
using namespace KWin;