From d882b76d83749273b05e71fb0361d8778cc6ad94 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Mon, 1 Jan 2024 20:57:05 -0500 Subject: [PATCH] whoops forgot logging include --- include/blt/std/thread.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/blt/std/thread.h b/include/blt/std/thread.h index 76c49ff..73bd727 100644 --- a/include/blt/std/thread.h +++ b/include/blt/std/thread.h @@ -29,6 +29,7 @@ #include #include #include +#include namespace blt {