Explicitly include cmath

This commit is contained in:
Andreas Cord-Landwehr 2022-09-25 13:26:06 +02:00
parent 95742bf2e5
commit 0a22d390d6

View file

@ -22,6 +22,7 @@
#include <wayland-server.h>
// std
#include <algorithm>
#include <cmath>
namespace KWaylandServer
{