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.
This commit is contained in:
Michal Suchanek
2025-05-11 15:50:10 +00:00
committed by Mark Roszko
parent 0268ed6d28
commit df33ec79f7
+1
View File
@@ -42,6 +42,7 @@
#include <boost/test/unit_test.hpp>
#include <cstdint>
#include <memory>
#include <set>
#include <utility>