From 56dab0fad2d23c08ca7402c0141b67b8ba57cbd0 Mon Sep 17 00:00:00 2001 From: jeffro256 Date: Sun, 22 Oct 2023 18:02:54 -0500 Subject: [PATCH] cryptonote_config: include cstdint Header was using `uint64_t` without including `` which caused some issues downstream for windows builds --- src/cryptonote_config.h | 1 + 1 file changed, 1 insertion(+) 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 #include #include #include