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:
parent
49c5c3e5c5
commit
dd5e72e2da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user