aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2023-11-06 09:27:51 -0500
committerluigi1111 <luigi1111w@gmail.com>2023-11-06 09:27:51 -0500
commit2fe5a5e0739896f000fcb17afbaa2fd77c5a6bb0 (patch)
tree825fd6599f98ca0e50c99d9b08f855da76e361ec /src
parentMerge pull request #9029 (diff)
parentcryptonote_config: include cstdint (diff)
downloadmonero-2fe5a5e0739896f000fcb17afbaa2fd77c5a6bb0.tar.xz
Merge pull request #9034
14ae812 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 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>