Add missing cmath include for std::ceil
This commit is contained in:
parent
80b5deb032
commit
4c2952a533
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@
|
|||
#include <QTimer>
|
||||
#include <QVector>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
namespace KWaylandServer
|
||||
{
|
||||
static const int s_version = 4;
|
||||
|
|
Loading…
Reference in a new issue