* spot/bricks/brick-assert: include <cstdint>.

This commit is contained in:
Alexandre Duret-Lutz 2023-12-17 21:34:51 +01:00
parent 983964d037
commit 55992b1ca2

View file

@ -23,6 +23,7 @@
#include <exception>
#include <string>
#include <sstream>
#include <cstdint>
#ifndef TEST
#define TEST(n) void n()