summaryrefslogtreecommitdiffstats
path: root/src/openvg/qpaintengine_vg.cpp
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-07-05 04:46:09 (GMT)
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-07-05 04:46:09 (GMT)
commit46ff093e22f95aa5e634e7edc6484ee717054625 (patch)
treec002f908f2a2ac66d20d3f45aba7d5605d656ea6 /src/openvg/qpaintengine_vg.cpp
parentce4ed8fa50a72927d68c4c68c04a28d783546c07 (diff)
downloadQt-46ff093e22f95aa5e634e7edc6484ee717054625.zip
Qt-46ff093e22f95aa5e634e7edc6484ee717054625.tar.gz
Qt-46ff093e22f95aa5e634e7edc6484ee717054625.tar.bz2
Include qmath.h to get the definition of ceil()
Reviewed-by: Julian de Bhal
Diffstat (limited to 'src/openvg/qpaintengine_vg.cpp')
-rw-r--r--src/openvg/qpaintengine_vg.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openvg/qpaintengine_vg.cpp b/src/openvg/qpaintengine_vg.cpp
index 515197a..7a050f6 100644
--- a/src/openvg/qpaintengine_vg.cpp
+++ b/src/openvg/qpaintengine_vg.cpp
@@ -54,6 +54,7 @@
#include <QtGui/private/qtextengine_p.h>
#include <QtGui/private/qfontengine_p.h>
#include <QtGui/private/qpainterpath_p.h>
+#include <QtCore/qmath.h>
#include <QDebug>
#include <QSet>