Merge pull request #1103 from rodgert/master

Include <cstdint> in common/kernel/hashlib.h
This commit is contained in:
myrtle 2023-02-21 11:50:43 +01:00 committed by GitHub
commit 03b6fb3ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@
#include <algorithm>
#include <array>
#include <cstdint>
#include <stdexcept>
#include <string>
#include <vector>