QCryptographicHash: fix build: #include <array> was missing
MSVC 2022. Must have been some indirect include I'm modifying. qcryptographichash.cpp(266): error C2079: 'QCryptographicHashPrivate::SmallByteArray::m_data' uses undefined class 'std::array<char,64>' Change-Id: I3d74c753055744deb8acfffd172492257099f14d Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
This commit is contained in:
parent
93be493ee1
commit
21cb6287a7
@ -5,6 +5,8 @@
|
||||
#include <qcryptographichash.h>
|
||||
#include <qiodevice.h>
|
||||
|
||||
#include <array>
|
||||
|
||||
#include "../../3rdparty/sha1/sha1.cpp"
|
||||
|
||||
#if defined(QT_BOOTSTRAPPED) && !defined(QT_CRYPTOGRAPHICHASH_ONLY_SHA1)
|
||||
|
Loading…
Reference in New Issue
Block a user