From 3ec6dab5d05e6847bfc16b9729bc91aa52aa3b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Fad=C4=B1l=20USTA?= Date: Tue, 19 Oct 2021 06:18:27 +0300 Subject: [PATCH] Add other missing includes to fix bsd build --- src/debug_console.cpp | 1 + src/plugins/platforms/drm/drm_property.cpp | 1 + src/plugins/screencast/pipewirecore.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/src/debug_console.cpp b/src/debug_console.cpp index 2fe99125fd..f4eb560e2f 100644 --- a/src/debug_console.cpp +++ b/src/debug_console.cpp @@ -23,6 +23,7 @@ #include "x11client.h" #include #include +#include #include "ui_debug_console.h" diff --git a/src/plugins/platforms/drm/drm_property.cpp b/src/plugins/platforms/drm/drm_property.cpp index fb813d97cc..e17871dfce 100644 --- a/src/plugins/platforms/drm/drm_property.cpp +++ b/src/plugins/platforms/drm/drm_property.cpp @@ -12,6 +12,7 @@ #include "drm_object.h" #include "drm_gpu.h" #include "logging.h" +#include namespace KWin { diff --git a/src/plugins/screencast/pipewirecore.cpp b/src/plugins/screencast/pipewirecore.cpp index 8742c814d2..269c2d99b6 100644 --- a/src/plugins/screencast/pipewirecore.cpp +++ b/src/plugins/screencast/pipewirecore.cpp @@ -8,6 +8,7 @@ #include "pipewirecore.h" #include "kwinscreencast_logging.h" +#include #include