From: Mikko Rasa Date: Wed, 11 Oct 2023 19:06:33 +0000 (+0300) Subject: Add a missing include X-Git-Url: https://git.tdb.fi/?a=commitdiff_plain;h=004f2dec516dc66aadc82e60f3dbbecd0a843ab6;p=libs%2Fgui.git Add a missing include --- 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"