From 4a4ec0decd9adf0e1a2f398bc8b01cb6f13ddb1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 18 Nov 2013 13:52:38 +0100 Subject: [PATCH] [kwin] Add XLib includes where still needed No longer included through netwm. --- client.h | 2 ++ effects/glide/glide.cpp | 3 +++ toplevel.h | 3 +++ 3 files changed, 8 insertions(+) diff --git a/client.h b/client.h index 05cf1f00e7..9f9adc07ed 100644 --- a/client.h +++ b/client.h @@ -35,6 +35,8 @@ along with this program. If not, see . #include // X #include +#include +#include // TODO: Cleanup the order of things in this .h file diff --git a/effects/glide/glide.cpp b/effects/glide/glide.cpp index 40d06577e3..18c1e376e3 100644 --- a/effects/glide/glide.cpp +++ b/effects/glide/glide.cpp @@ -26,6 +26,9 @@ along with this program. If not, see . #include +#include +#include + // Effect is based on fade effect by Philip Falkner namespace KWin diff --git a/toplevel.h b/toplevel.h index 662800c636..6e5650d127 100644 --- a/toplevel.h +++ b/toplevel.h @@ -34,6 +34,9 @@ along with this program. If not, see . // xcb #include #include +// XLib +#include +#include // system #include