WINCE: Fix missing cosf
authorAndreas Holzammer <andreas.holzammer@kdab.com>
Fri, 30 Nov 2012 14:39:58 +0000 (15:39 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 3 Dec 2012 08:22:13 +0000 (09:22 +0100)
commit72388121aa4b576277a7dfbc7cd18224bfaa6ad4
tree34761be472d1c0630f6339807d02ff83bda95ed7
parent0d40958347ad0b60fb1ccd15ab7a59e1407e945d
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>
src/gui/math3d/qmatrix4x4.cpp
src/gui/math3d/qquaternion.cpp