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:
@@ -3,6 +3,7 @@
|
||||
#include "crucible/limits.h"
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdint>
|
||||
|
||||
using namespace crucible;
|
||||
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren