avoid qsimd_p.h for now, breaks builds sometimes
private header path isnt always included
This commit is contained in:
parent
82f00b71e8
commit
7baada3d93
@ -18,7 +18,7 @@ diff -up qtdeclarative-opensource-src-5.2.0/src/qml/jsruntime/qv4global_p.h.no_s
|
|||||||
#include <QString>
|
#include <QString>
|
||||||
#include <qtqmlglobal.h>
|
#include <qtqmlglobal.h>
|
||||||
+// To get __SSE2__ defined when building with MSVC
|
+// To get __SSE2__ defined when building with MSVC
|
||||||
+#include <private/qsimd_p.h>
|
+//#include <private/qsimd_p.h>
|
||||||
|
|
||||||
#if defined(Q_CC_MSVC)
|
#if defined(Q_CC_MSVC)
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user