aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2023-11-06 09:27:26 -0500
committerluigi1111 <luigi1111w@gmail.com>2023-11-06 09:27:26 -0500
commit4ea2a194c78878ab3aa1f373d6e3d44800c619f5 (patch)
tree80734786cb03db55b8df2e4e512ddb6e097e80c9 /src
parentMerge pull request #9030 (diff)
parentcryptonote_config: include cstdint (diff)
downloadmonero-4ea2a194c78878ab3aa1f373d6e3d44800c619f5.tar.xz
Merge pull request #9033
56dab0f cryptonote_config: include cstdint (jeffro256)
Diffstat (limited to 'src')
-rw-r--r--src/cryptonote_config.h1
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>