From 023b3f150b130b8c75c236103fa99591c866a7fd Mon Sep 17 00:00:00 2001 From: Brett Date: Sun, 7 Jan 2024 13:06:39 -0500 Subject: [PATCH] cstdint --- include/blt/std/memory_util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/blt/std/memory_util.h b/include/blt/std/memory_util.h index f3bf2d7..7802e77 100644 --- a/include/blt/std/memory_util.h +++ b/include/blt/std/memory_util.h @@ -23,6 +23,7 @@ #include #include #include +#include #if defined(__clang__) || defined(__llvm__) || defined(__GNUC__) || defined(__GNUG__)