avoid qsimd_p.h for now, breaks builds sometimes

private header path isnt always included
This commit is contained in:
Rex Dieter 2013-12-12 13:50:58 -06:00
parent 82f00b71e8
commit 7baada3d93
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ diff -up qtdeclarative-opensource-src-5.2.0/src/qml/jsruntime/qv4global_p.h.no_s
#include <QString>
#include <qtqmlglobal.h>
+// To get __SSE2__ defined when building with MSVC
+#include <private/qsimd_p.h>
+//#include <private/qsimd_p.h>
#if defined(Q_CC_MSVC)
#include <float.h>