From 136b95b93d3514089900a87cac26b4701d399a45 Mon Sep 17 00:00:00 2001 From: Sergey Chepurko Date: Thu, 23 May 2024 10:42:38 +0300 Subject: [PATCH] Fix missing cstdint dependency --- contrib/handypack/handypack.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/handypack/handypack.hpp b/contrib/handypack/handypack.hpp index c65570d..73f72f2 100644 --- a/contrib/handypack/handypack.hpp +++ b/contrib/handypack/handypack.hpp @@ -1,5 +1,6 @@ #pragma once +#include #include #include #include