WINCE: Fix missing cosf

cosf seems to be defined in the cmath header
for Windows CE, so include it to fix the
issue of not finding the symbol cosf.

Change-Id: I7317668838912325d45be0d4087ae3055940d3cd
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
bb10
Andreas Holzammer 2012-11-30 15:39:58 +01:00 committed by The Qt Project
parent 0d40958347
commit 72388121aa
2 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,8 @@
#include <QtGui/qmatrix.h>
#include <QtGui/qtransform.h>
#include <cmath>
QT_BEGIN_NAMESPACE
#ifndef QT_NO_MATRIX4X4

View File

@ -45,6 +45,8 @@
#include <QtCore/qvariant.h>
#include <QtCore/qdebug.h>
#include <cmath>
QT_BEGIN_NAMESPACE
#ifndef QT_NO_QUATERNION