From df33ec79f7f98b045dd59079eca3a1ca92c5fbc8 Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Sun, 11 May 2025 13:51:20 +0200 Subject: [PATCH] test_ki_any: Add missing cstdint include This is probably pulled in by some of the other includes for some build configurations, but not always. --- qa/tests/common/test_ki_any.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/tests/common/test_ki_any.cpp b/qa/tests/common/test_ki_any.cpp index 78ba7c5bc9..fff4de0eb7 100644 --- a/qa/tests/common/test_ki_any.cpp +++ b/qa/tests/common/test_ki_any.cpp @@ -42,6 +42,7 @@ #include +#include #include #include #include