From 02260596a2dda58c6eece81e84e070895b53b218 Mon Sep 17 00:00:00 2001 From: David Faure Date: Sat, 23 Jun 2012 01:00:19 +0200 Subject: [PATCH] Fix compilation with Qt4 --- private/effectwatcher.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/private/effectwatcher.cpp b/private/effectwatcher.cpp index 48f803d8e..30da58687 100644 --- a/private/effectwatcher.cpp +++ b/private/effectwatcher.cpp @@ -24,6 +24,7 @@ #ifdef Q_WS_X11 #include +#include #endif namespace Plasma