Fix undeclared 'memcpy' identifier
Change-Id: Ie2290a1734370ff09e499809b4342c38179131e3 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
b407a77380
commit
fc680af663
|
@ -51,6 +51,7 @@
|
|||
//
|
||||
|
||||
#include <QtCore/private/qnumeric_p.h>
|
||||
#include <cstring>
|
||||
|
||||
#ifdef QT_NO_DEBUG
|
||||
#define QV4_NEARLY_ALWAYS_INLINE Q_ALWAYS_INLINE
|
||||
|
|
Loading…
Reference in New Issue