Warning, /packaging/yocto-meta-kde/recipes-plasma/kwin/0003-Add-missing-cmath-include-for-std-ceil.patch is written in an unsupported language. File is not indexed.

0001 From 4c2952a5335ef38a2d8e2785226e0d848812cb50 Mon Sep 17 00:00:00 2001
0002 From: Andreas Cord-Landwehr <cordlandwehr@kde.org>
0003 Date: Sun, 12 Feb 2023 12:12:46 +0100
0004 Subject: [PATCH] Add missing cmath include for std::ceil
0005 
0006 ---
0007  src/wayland/output_interface.cpp | 2 ++
0008  1 file changed, 2 insertions(+)
0009 
0010 diff --git a/src/wayland/output_interface.cpp b/src/wayland/output_interface.cpp
0011 index 6bbb3c35d..6ffd60210 100644
0012 --- a/src/wayland/output_interface.cpp
0013 +++ b/src/wayland/output_interface.cpp
0014 @@ -17,6 +17,8 @@
0015  #include <QTimer>
0016  #include <QVector>
0017  
0018 +#include <cmath>
0019 +
0020  namespace KWaylandServer
0021  {
0022  static const int s_version = 4;
0023 -- 
0024 2.37.2
0025