Merge pull request #10252

7baf2bd epee: add missing cstdint include (tobtoht)
This commit is contained in:
tobtoht
2025-12-29 22:27:03 +00:00

View File

@@ -34,6 +34,7 @@
#include <string>
#include <utility>
#include <list>
#include <cstdint>
#undef MONERO_DEFAULT_LOG_CATEGORY
#define MONERO_DEFAULT_LOG_CATEGORY "net.http"