From f38425761a8b461a1e294204de31603c268641bb Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Thu, 3 Nov 2011 12:15:52 +0100 Subject: [PATCH] a missing include --- applet.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applet.cpp b/applet.cpp index edafe2f6e..c99cdecaa 100644 --- a/applet.cpp +++ b/applet.cpp @@ -69,6 +69,8 @@ #ifndef PLASMA_NO_KUTILS #include #include +#else +#include #endif #ifndef PLASMA_NO_SOLID