From 8ef7cec838c8eaa6c69f6b4befbfffede8ec3ad9 Mon Sep 17 00:00:00 2001 From: Pavel Heimlich Date: Sat, 4 Dec 2010 21:10:49 +0000 Subject: [PATCH] Add missing include. Sun Studio wasn't able to find it by itself. svn path=/trunk/KDE/kdebase/workspace/; revision=1203608 --- lib/kwinglplatform.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/kwinglplatform.cpp b/lib/kwinglplatform.cpp index c9d3997842..0d88f6279e 100644 --- a/lib/kwinglplatform.cpp +++ b/lib/kwinglplatform.cpp @@ -31,6 +31,7 @@ along with this program. If not, see . #include #include +#include #ifdef KWIN_HAVE_OPENGL