mirror of
https://github.com/eosswedenorg/libantelope
synced 2026-06-21 10:18:18 +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:
parent
541eb089e8
commit
9576e9d36f
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
#ifndef LIBEOSIO_HASH_H
|
#ifndef LIBEOSIO_HASH_H
|
||||||
#define LIBEOSIO_HASH_H
|
#define LIBEOSIO_HASH_H
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstddef>
|
||||||
|
|
||||||
namespace libeosio {
|
namespace libeosio {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue