From a561f91d29082f318aad6af15764990e8bb97e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Fl=C3=B6ser?= Date: Wed, 27 Dec 2017 09:50:39 +0100 Subject: [PATCH] Add missing include Fix build. --- wayland_server.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/wayland_server.cpp b/wayland_server.cpp index 6008afc9ef..611c715e4a 100644 --- a/wayland_server.cpp +++ b/wayland_server.cpp @@ -36,6 +36,7 @@ along with this program. If not, see . #include #include #include +#include #include #include #include