diff options
| author | tobtoht <tob@featherwallet.org> | 2025-12-11 10:43:33 +0100 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-12-11 10:43:33 +0100 |
| commit | 7baf2bde6ecad1e13848fdbd9d4db026ca0ff8fc (patch) | |
| tree | d28aac1a9329b5b8eac4b763afb902a2a3ece85d | |
| parent | e5d0b6078a5f110a096590265d467286ce364f40 (diff) | |
| download | monzero-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.h | 1 |
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" |
