From 6195ab26085fecb263e1f4f6a0f0658c21748747 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Wed, 23 Nov 2016 09:35:52 +0100 Subject: [PATCH] Compile++ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With older gcc at least there is a forward declaration error w/o explicit include. BUG: 372821 Revewed-by: Martin Gräßlin --- debug_console.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/debug_console.cpp b/debug_console.cpp index 91d2d8041c..8691039e97 100644 --- a/debug_console.cpp +++ b/debug_console.cpp @@ -27,6 +27,7 @@ along with this program. If not, see . #include "unmanaged.h" #include "wayland_server.h" #include "workspace.h" +#include "keyboard_input.h" #if HAVE_INPUT #include "libinput/connection.h" #include "libinput/device.h"