Add missing include on 32-bit builds
Commit cc3ff3c1 introduced uncoditional use of _BitScanForward on
Windows, so adapt include conditions to match use of function.
Change-Id: I46ea4212ea3a01d9c4ecb19377b21e9b0f16e179
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
parent
47728445a5
commit
e4682cc880
|
|
@ -47,9 +47,7 @@
|
|||
# if defined(Q_OS_WINCE)
|
||||
# include <qt_windows.h>
|
||||
# endif
|
||||
# if defined(Q_OS_WIN64)
|
||||
# include <intrin.h>
|
||||
# endif
|
||||
# include <intrin.h>
|
||||
#elif defined(Q_OS_LINUX) && defined(__arm__)
|
||||
#include "private/qcore_unix_p.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue