From e7b27ab9555a6ef2e581c95ee50ad3399f0277ac Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Wed, 29 Mar 2017 14:45:44 +0200 Subject: [PATCH] Fix build with clang and GCC6 Differential Revision: https://phabricator.kde.org/D5229 --- gestures.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gestures.cpp b/gestures.cpp index 511732d384..9d49532ea3 100644 --- a/gestures.cpp +++ b/gestures.cpp @@ -21,6 +21,7 @@ along with this program. If not, see . #include #include +#include namespace KWin {