From 77636fa93c6a564de776861d197dbadea2630b80 Mon Sep 17 00:00:00 2001 From: Paul Keir Date: Thu, 25 Apr 2024 16:59:31 +0100 Subject: [PATCH] INT64_MIN and INT64_MAX needs cstdint to make the tests. --- tests/gcem_tests.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gcem_tests.hpp b/tests/gcem_tests.hpp index 43287fe..db1596b 100644 --- a/tests/gcem_tests.hpp +++ b/tests/gcem_tests.hpp @@ -24,6 +24,7 @@ #include #include #include +#include // INT64_MIN and INT64_MAX #include "gcem.hpp"