diff options
author | luigi1111 <luigi1111w@gmail.com> | 2023-11-06 09:27:51 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2023-11-06 09:27:51 -0500 |
commit | 2fe5a5e0739896f000fcb17afbaa2fd77c5a6bb0 (patch) | |
tree | 825fd6599f98ca0e50c99d9b08f855da76e361ec /src | |
parent | Merge pull request #9029 (diff) | |
parent | cryptonote_config: include cstdint (diff) | |
download | monero-2fe5a5e0739896f000fcb17afbaa2fd77c5a6bb0.tar.xz |
Merge pull request #9034
14ae812 cryptonote_config: include cstdint (jeffro256)
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptonote_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index bac49aa94..61146a114 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -30,6 +30,7 @@ #pragma once +#include <cstdint> #include <stdexcept> #include <string> #include <boost/uuid/uuid.hpp> |