diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2010-07-05 04:46:09 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2010-07-05 04:46:09 (GMT) |
commit | 46ff093e22f95aa5e634e7edc6484ee717054625 (patch) | |
tree | c002f908f2a2ac66d20d3f45aba7d5605d656ea6 /src/openvg | |
parent | ce4ed8fa50a72927d68c4c68c04a28d783546c07 (diff) | |
download | Qt-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')
-rw-r--r-- | src/openvg/qpaintengine_vg.cpp | 1 |
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> |