Fix undeclared 'memcpy' identifier

Change-Id: Ie2290a1734370ff09e499809b4342c38179131e3
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Yulong Bai 2019-08-07 15:00:07 +02:00
parent b407a77380
commit fc680af663
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@
//
#include <QtCore/private/qnumeric_p.h>
#include <cstring>
#ifdef QT_NO_DEBUG
#define QV4_NEARLY_ALWAYS_INLINE Q_ALWAYS_INLINE