From 6424a44632c499e8693cec4ab1f1692d2e9860ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Thu, 7 Mar 2013 13:47:07 +0100 Subject: [PATCH] Add some missing includes with Qt5/KF5 --- libkwineffects/kwinglplatform.h | 1 + tabbox/tabbox.h | 1 + workspace.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/libkwineffects/kwinglplatform.h b/libkwineffects/kwinglplatform.h index 35d05829ae..55e23f6545 100644 --- a/libkwineffects/kwinglplatform.h +++ b/libkwineffects/kwinglplatform.h @@ -24,6 +24,7 @@ along with this program. If not, see . #include #include +#include #include namespace KWin diff --git a/tabbox/tabbox.h b/tabbox/tabbox.h index 4db6eca93a..9ea67ac9c8 100644 --- a/tabbox/tabbox.h +++ b/tabbox/tabbox.h @@ -25,6 +25,7 @@ along with this program. If not, see . #include #include +#include #include "utils.h" #include "tabbox/tabboxhandler.h" diff --git a/workspace.cpp b/workspace.cpp index 50d02d1af0..87a903b45d 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -43,6 +43,7 @@ along with this program. If not, see . #include #include #include +#include #include "client.h" #include "composite.h"