Explicitly include cmath
This commit is contained in:
parent
95742bf2e5
commit
0a22d390d6
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
#include <wayland-server.h>
|
||||
// std
|
||||
#include <algorithm>
|
||||
#include <cmath>
|
||||
|
||||
namespace KWaylandServer
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue