Fixing the build of the SIMD support for WEC2013.

Change-Id: Ib0dd8d34f0a5d68acb1efbc37680165e7d7933bd
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Reviewed-by: Gunnar Roth
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Bjoern Breitmeyer 2015-04-30 11:24:20 +02:00 committed by Björn Breitmeyer
parent 1f03520a20
commit 84be950e98
1 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,9 @@
#if defined(Q_OS_WIN)
# if defined(Q_OS_WINCE)
# include <qt_windows.h>
# include <cmnintrin.h>
# if _WIN32_WCE < 0x800
# include <cmnintrin.h>
# endif
# endif
# if !defined(Q_CC_GNU)
# ifndef Q_OS_WINCE