From 73f216539fb9a0d4b5ecf87b2ec1755a53ceb1aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 19 Feb 2007 11:22:47 +0000 Subject: [PATCH] A forward declaration is not enough for delete. svn path=/branches/work/kwin_composite/; revision=635191 --- deleted.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/deleted.cpp b/deleted.cpp index 011e65c878..4b9193c417 100644 --- a/deleted.cpp +++ b/deleted.cpp @@ -12,6 +12,7 @@ License. See the file "COPYING" for the exact licensing terms. #include "workspace.h" #include "client.h" +#include "effects.h" namespace KWinInternal {