diff options
author | tobtoht <tob@featherwallet.org> | 2023-05-06 18:13:18 +0200 |
---|---|---|
committer | tobtoht <tob@featherwallet.org> | 2023-05-08 19:29:54 +0200 |
commit | f983ac77805a494ea4a05a00398c553e1359aefd (patch) | |
tree | fc14f27d1cdc61db3636ed4b3646f3a7f546a517 /contrib/epee/include/file_io_utils.h | |
parent | Merge pull request #8766 (diff) | |
download | monero-f983ac77805a494ea4a05a00398c553e1359aefd.tar.xz |
fix missing <cstdint> includes
Diffstat (limited to 'contrib/epee/include/file_io_utils.h')
-rw-r--r-- | contrib/epee/include/file_io_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/epee/include/file_io_utils.h b/contrib/epee/include/file_io_utils.h index da05520c1..de95e58c3 100644 --- a/contrib/epee/include/file_io_utils.h +++ b/contrib/epee/include/file_io_utils.h @@ -29,6 +29,7 @@ #include <string> #include <ctime> +#include <cstdint> namespace epee { |