From 5435568f86d5d7b3914395d472441c39d1c8e864 Mon Sep 17 00:00:00 2001 From: Eike Hein Date: Tue, 6 Aug 2013 03:03:57 +0200 Subject: [PATCH] Fix build. Not sure why kdeclarative gets its own subdir, nor why there is no CMake module to to add it to the include dirs on find_package, but this matches what plasma-framework does at the moment. --- effects/presentwindows/presentwindows.cpp | 2 +- scripting/scripting.cpp | 2 +- tabbox/declarative.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/effects/presentwindows/presentwindows.cpp b/effects/presentwindows/presentwindows.cpp index 21e125e54e..85077593fa 100755 --- a/effects/presentwindows/presentwindows.cpp +++ b/effects/presentwindows/presentwindows.cpp @@ -30,7 +30,7 @@ along with this program. If not, see . #include #include #include -#include +#include #include diff --git a/scripting/scripting.cpp b/scripting/scripting.cpp index 84de5c8251..5a561aaaa3 100644 --- a/scripting/scripting.cpp +++ b/scripting/scripting.cpp @@ -36,7 +36,7 @@ along with this program. If not, see . #include #include #include -#include +#include // Qt #include #include diff --git a/tabbox/declarative.cpp b/tabbox/declarative.cpp index f10e8d09bb..4d87c8f8cd 100644 --- a/tabbox/declarative.cpp +++ b/tabbox/declarative.cpp @@ -40,7 +40,7 @@ along with this program. If not, see . #include #include #include -#include +#include // KWin #include "thumbnailitem.h" #include