summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorJanne Anttila <janne.anttila@digia.com>2011-08-24 09:03:43 +0300
committerQt by Nokia <qt-info@nokia.com>2012-01-13 13:23:20 +0100
commitdd5e72e2da95e163254998094ec2a2fad9347c4b (patch)
treef4de7c6eb88ec6944a3476dc25faff87a7f61637 /src/corelib/tools
parent49c5c3e5c530dd40f3ac3e3254a3237b0745daea (diff)
Build fix for WINCE to qlocale_tools.cpp
Task-number: QTBUG-22500 Change-Id: If530799cf8ef971f5caf78d0c6dbeeda719d148f Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qlocale_tools.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/tools/qlocale_tools.cpp b/src/corelib/tools/qlocale_tools.cpp
index 9a8d892b14..8a57a418e4 100644
--- a/src/corelib/tools/qlocale_tools.cpp
+++ b/src/corelib/tools/qlocale_tools.cpp
@@ -50,6 +50,10 @@
#include <stdlib.h>
#include <time.h>
+#ifdef Q_OS_WINCE
+# include "qfunctions_wince.h" // for _control87
+#endif
+
#if defined(Q_OS_LINUX) && !defined(__UCLIBC__)
# include <fenv.h>
#endif