1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-16 19:50:01 +02:00

include/libeosio/hash.hpp: Include cstddef instead of cstdint (std::size_t should be more consistent with that header across platforms)

This commit is contained in:
Henrik Hautakoski 2023-03-11 10:52:29 +01:00
parent 541eb089e8
commit 9576e9d36f

View file

@ -24,7 +24,7 @@
#ifndef LIBEOSIO_HASH_H
#define LIBEOSIO_HASH_H
#include <cstdint>
#include <cstddef>
namespace libeosio {