Include missing header for std::round
This commit is contained in:
parent
484d2da046
commit
80b5deb032
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
#include "fractionalscale_v1_interface_p.h"
|
||||
#include "surface_interface_p.h"
|
||||
|
||||
#include <cmath>
|
||||
|
||||
static const int s_version = 1;
|
||||
|
||||
namespace KWaylandServer
|
||||
|
|
Loading…
Reference in a new issue