From cfbd2ef139de0491e4aa065c4976fcbf9d41078e Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Tue, 11 Apr 2023 20:19:06 -0300 Subject: [PATCH] qt: Fix build with libxkbcommon but no libxkbcommon-x11 --- src/qt/xkbcommon_keyboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/xkbcommon_keyboard.cpp b/src/qt/xkbcommon_keyboard.cpp index 788087998..d370757e2 100644 --- a/src/qt/xkbcommon_keyboard.cpp +++ b/src/qt/xkbcommon_keyboard.cpp @@ -15,7 +15,7 @@ * Copyright 2023 RichardG. */ extern "C" { -#include +#include }; #include