floor() is c99, need math.h for it as well

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=790776
This commit is contained in:
Adriaan de Groot 2008-03-27 12:53:48 +00:00
parent 1a45caaf7e
commit b70a5c53bb

View File

@ -23,6 +23,7 @@
#include "delegate.h"
#include <cmath>
#include <math.h>
// Qt
#include <QApplication>