]> git.hungrycats.org Git - bees/commitdiff
test: GCC 13 fix for limits.cc
authorZygo Blaxell <bees@furryterror.org>
Mon, 8 May 2023 01:02:58 +0000 (21:02 -0400)
committerZygo Blaxell <bees@furryterror.org>
Mon, 8 May 2023 01:24:21 +0000 (21:24 -0400)
GCC complains that #include <cstdint> is missing, so add that.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
test/limits.cc

index b906f4f9492bae0a022a439ec54869c18c33afaf..ca7ccbcd316ef98ba01b8a995b4fb9d1ac41dbd0 100644 (file)
@@ -3,6 +3,7 @@
 #include "crucible/limits.h"
 
 #include <cassert>
+#include <cstdint>
 
 using namespace crucible;