Build fix for WINCE to qlocale_tools.cpp

Task-number: QTBUG-22500

Change-Id: If530799cf8ef971f5caf78d0c6dbeeda719d148f
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
Janne Anttila 2011-08-24 09:03:43 +03:00 committed by Qt by Nokia
parent 49c5c3e5c5
commit dd5e72e2da

View File

@ -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