File vertcoin-gcc13.patch of Package vertcoin
--- src/chainparamsbase.h 2023-09-30 21:45:33.000000000 +0200 +++ src/chainparamsbase.h 2025-10-20 21:41:08.772585744 +0200 @@ -7,6 +7,7 @@ #include <memory> #include <string> +#include <stdint.h> class ArgsManager; --- src/node/ui_interface.h 2023-09-30 21:45:33.000000000 +0200 +++ src/node/ui_interface.h 2025-10-20 21:45:28.531018759 +0200 @@ -9,6 +9,7 @@ #include <functional> #include <memory> #include <string> +#include <stdint.h> class CBlockIndex; enum class SynchronizationState; --- src/zmq/zmqpublishnotifier.h 2023-09-30 21:45:33.000000000 +0200 +++ src/zmq/zmqpublishnotifier.h 2025-10-20 21:48:16.518721230 +0200 @@ -6,6 +6,7 @@ #define BITCOIN_ZMQ_ZMQPUBLISHNOTIFIER_H #include <zmq/zmqabstractnotifier.h> +#include <stdint.h> class CBlockIndex; --- src/zmq/zmqabstractnotifier.h 2023-09-30 21:45:33.000000000 +0200 +++ src/zmq/zmqabstractnotifier.h 2025-10-20 21:52:06.286119573 +0200 @@ -8,6 +8,7 @@ #include <memory> #include <string> +#include <stdint.h> class CBlockIndex; class CTransaction;