aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-12-11 10:43:33 +0100
committertobtoht <tob@featherwallet.org>2025-12-11 10:43:33 +0100
commit7baf2bde6ecad1e13848fdbd9d4db026ca0ff8fc (patch)
treed28aac1a9329b5b8eac4b763afb902a2a3ece85d
parente5d0b6078a5f110a096590265d467286ce364f40 (diff)
downloadmonzero-core-7baf2bde6ecad1e13848fdbd9d4db026ca0ff8fc.tar.gz
monzero-core-7baf2bde6ecad1e13848fdbd9d4db026ca0ff8fc.tar.xz
monzero-core-7baf2bde6ecad1e13848fdbd9d4db026ca0ff8fc.zip
epee: add missing cstdint include
-rw-r--r--contrib/epee/include/net/http_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/epee/include/net/http_base.h b/contrib/epee/include/net/http_base.h
index 4af4da790..f32fdd9ae 100644
--- a/contrib/epee/include/net/http_base.h
+++ b/contrib/epee/include/net/http_base.h
@@ -34,6 +34,7 @@
#include <string>
#include <utility>
#include <list>
+#include <cstdint>
#undef MONERO_DEFAULT_LOG_CATEGORY
#define MONERO_DEFAULT_LOG_CATEGORY "net.http"