From 704e42163deda9e13cd8383da1d136f04c5320cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 18 Mar 2014 14:37:01 +0100 Subject: [PATCH] [kwin] Add missing includes Were missing if built stand-alone. --- kcmkwin/kwindecoration/decorationmodel.h | 1 + main.cpp | 1 + main.h | 1 + screenedge.h | 1 + screens.h | 1 + virtualdesktops.h | 1 + 6 files changed, 6 insertions(+) diff --git a/kcmkwin/kwindecoration/decorationmodel.h b/kcmkwin/kwindecoration/decorationmodel.h index db03af4f08..b2deff15e8 100644 --- a/kcmkwin/kwindecoration/decorationmodel.h +++ b/kcmkwin/kwindecoration/decorationmodel.h @@ -23,6 +23,7 @@ along with this program. If not, see . #include #include #include +#include #include class QWidget; diff --git a/main.cpp b/main.cpp index c652876714..327dda4496 100644 --- a/main.cpp +++ b/main.cpp @@ -37,6 +37,7 @@ along with this program. If not, see . #include #include #include +#include // Qt #include #include diff --git a/main.h b/main.h index c1db5a7ca7..db4f581139 100644 --- a/main.h +++ b/main.h @@ -23,6 +23,7 @@ along with this program. If not, see . #define MAIN_H #include +#include // Qt #include #include diff --git a/screenedge.h b/screenedge.h index 524f4e2207..bf26d4af07 100644 --- a/screenedge.h +++ b/screenedge.h @@ -34,6 +34,7 @@ along with this program. If not, see . #include "xcbutils.h" // KDE includes #include +#include // Qt #include #include diff --git a/screens.h b/screens.h index 3e5ab8b95e..25e12c27f0 100644 --- a/screens.h +++ b/screens.h @@ -24,6 +24,7 @@ along with this program. If not, see . #include // KDE includes #include +#include // Qt includes #include #include diff --git a/virtualdesktops.h b/virtualdesktops.h index d536b69458..0d9f1277ac 100644 --- a/virtualdesktops.h +++ b/virtualdesktops.h @@ -27,6 +27,7 @@ along with this program. If not, see . #include // KDE includes #include +#include class KLocalizedString; class NETRootInfo;