From d6732c58e29b6f969e8b53c16541d1572a31c485 Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Sun, 7 May 2023 21:02:58 -0400 Subject: [PATCH] test: GCC 13 fix for limits.cc GCC complains that #include is missing, so add that. Signed-off-by: Zygo Blaxell --- test/limits.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/limits.cc b/test/limits.cc index b906f4f..ca7ccbc 100644 --- a/test/limits.cc +++ b/test/limits.cc @@ -3,6 +3,7 @@ #include "crucible/limits.h" #include +#include using namespace crucible;