From 004f2dec516dc66aadc82e60f3dbbecd0a843ab6 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Wed, 11 Oct 2023 22:06:33 +0300 Subject: [PATCH] Add a missing include --- source/input/x11/synthesizer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/input/x11/synthesizer.cpp b/source/input/x11/synthesizer.cpp index 2f7c8da..7106765 100644 --- a/source/input/x11/synthesizer.cpp +++ b/source/input/x11/synthesizer.cpp @@ -1,6 +1,7 @@ #ifdef WITH_XTEST #include #endif +#include #include #include "keys_private.h" #include "synthesizer.h" -- 2.45.2