From f7ba664f333fc8c4ef433f089359748b1be4f701 Mon Sep 17 00:00:00 2001
From: Bartek Wrona <wrona@syncad.com>
Date: Thu, 20 Mar 2025 19:10:29 +0100
Subject: [PATCH] Updated #include list to satisfy newer version of c++
 compiler

---
 core/types.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/types.hpp b/core/types.hpp
index 1bc8aa7a4..92a3dadf1 100644
--- a/core/types.hpp
+++ b/core/types.hpp
@@ -1,5 +1,6 @@
 #pragma once
 
+#include <cstdint>
 #include <map>
 #include <set>
 #include <string>
-- 
GitLab