From 0a22d390d6962ef6769ab9e4f731a7cb63733ebd Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Sun, 25 Sep 2022 13:26:06 +0200 Subject: [PATCH] Explicitly include cmath --- src/wayland/surface_interface.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wayland/surface_interface.cpp b/src/wayland/surface_interface.cpp index 0cfda39450..4f7e334f2d 100644 --- a/src/wayland/surface_interface.cpp +++ b/src/wayland/surface_interface.cpp @@ -22,6 +22,7 @@ #include // std #include +#include namespace KWaylandServer {