From b70a5c53bb34c3f56247e72da3a9873aa41737ff Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 27 Mar 2008 12:53:48 +0000 Subject: [PATCH] floor() is c99, need math.h for it as well svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=790776 --- delegate.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/delegate.cpp b/delegate.cpp index 6eab5afd4..6f93290b0 100644 --- a/delegate.cpp +++ b/delegate.cpp @@ -23,6 +23,7 @@ #include "delegate.h" #include +#include // Qt #include