Add missing cmath include for std::ceil

This commit is contained in:
Andreas Cord-Landwehr 2023-02-12 12:12:46 +01:00
parent 80b5deb032
commit 4c2952a533

View file

@ -17,6 +17,8 @@
#include <QTimer>
#include <QVector>
#include <cmath>
namespace KWaylandServer
{
static const int s_version = 4;