1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-05-07 20:49:38 +02:00

test: GCC 13 fix for limits.cc

GCC complains that #include <cstdint> is missing, so add that.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
Zygo Blaxell
2023-05-07 21:02:58 -04:00
Ursprung 75b2067cef
Commit d6732c58e2
+1
Datei anzeigen
@@ -3,6 +3,7 @@
#include "crucible/limits.h"
#include <cassert>
#include <cstdint>
using namespace crucible;