diff options
author | luigi1111 <luigi1111w@gmail.com> | 2023-11-06 09:27:26 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2023-11-06 09:27:26 -0500 |
commit | 4ea2a194c78878ab3aa1f373d6e3d44800c619f5 (patch) | |
tree | 80734786cb03db55b8df2e4e512ddb6e097e80c9 /src | |
parent | Merge pull request #9030 (diff) | |
parent | cryptonote_config: include cstdint (diff) | |
download | monero-4ea2a194c78878ab3aa1f373d6e3d44800c619f5.tar.xz |
Merge pull request #9033
56dab0f 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 45da75b66..fec905928 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> |