Add other missing includes to fix bsd build

This commit is contained in:
Ömer Fadıl USTA 2021-10-19 06:18:27 +03:00
parent a2a012be26
commit 3ec6dab5d0
3 changed files with 3 additions and 0 deletions

View file

@ -23,6 +23,7 @@
#include "x11client.h"
#include <kwinglplatform.h>
#include <kwinglutils.h>
#include <cerrno>
#include "ui_debug_console.h"

View file

@ -12,6 +12,7 @@
#include "drm_object.h"
#include "drm_gpu.h"
#include "logging.h"
#include <cerrno>
namespace KWin
{

View file

@ -8,6 +8,7 @@
#include "pipewirecore.h"
#include "kwinscreencast_logging.h"
#include <cerrno>
#include <KLocalizedString>