From 72388121aa4b576277a7dfbc7cd18224bfaa6ad4 Mon Sep 17 00:00:00 2001 From: Andreas Holzammer Date: Fri, 30 Nov 2012 15:39:58 +0100 Subject: 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 --- src/gui/math3d/qmatrix4x4.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui/math3d/qmatrix4x4.cpp') diff --git a/src/gui/math3d/qmatrix4x4.cpp b/src/gui/math3d/qmatrix4x4.cpp index 4e35d49118..d8c2116b0d 100644 --- a/src/gui/math3d/qmatrix4x4.cpp +++ b/src/gui/math3d/qmatrix4x4.cpp @@ -45,6 +45,8 @@ #include #include +#include + QT_BEGIN_NAMESPACE #ifndef QT_NO_MATRIX4X4 -- cgit v1.2.3