From 6b6defd48295a2844e91cdbced200d0abbf4c6e9 Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Wed, 17 Jan 2024 07:02:45 +0100 Subject: [PATCH] Fix build --- .../ext-session-lock/qwaylandextsessionlock.cpp | 2 +- src/shell-integrations/layer-shell/qwaylandlayersurface_p.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shell-integrations/ext-session-lock/qwaylandextsessionlock.cpp b/src/shell-integrations/ext-session-lock/qwaylandextsessionlock.cpp index 9be2f28..659f78f 100644 --- a/src/shell-integrations/ext-session-lock/qwaylandextsessionlock.cpp +++ b/src/shell-integrations/ext-session-lock/qwaylandextsessionlock.cpp @@ -6,7 +6,7 @@ #include #include -#include +#include #include "qwaylandextsessionlock_p.h" diff --git a/src/shell-integrations/layer-shell/qwaylandlayersurface_p.h b/src/shell-integrations/layer-shell/qwaylandlayersurface_p.h index 458fe61..800d4c4 100644 --- a/src/shell-integrations/layer-shell/qwaylandlayersurface_p.h +++ b/src/shell-integrations/layer-shell/qwaylandlayersurface_p.h @@ -8,7 +8,7 @@ #include #include -#include +#include #include "qwaylandlayershellintegration_p.h" #include "qwayland-wlr-layer-shell-unstable-v1.h"