From 29f1d12333ca12884f1b63b811c3ac46b0c6461a Mon Sep 17 00:00:00 2001 From: Andrew Bell Date: Thu, 18 Apr 2024 08:24:57 -0400 Subject: [PATCH] Add cstdint header. --- test/test_store_into.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_store_into.cpp b/test/test_store_into.cpp index 1f580bab..c1d28bc0 100644 --- a/test/test_store_into.cpp +++ b/test/test_store_into.cpp @@ -3,6 +3,7 @@ import argparse; #else #include #endif +#include #include using doctest::test_suite;