From 445a0028f7be892839a43e534459718394916a39 Mon Sep 17 00:00:00 2001 From: Brett Date: Sat, 16 Dec 2023 02:46:44 -0500 Subject: [PATCH] vector? --- include/blt/std/logging.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/blt/std/logging.h b/include/blt/std/logging.h index bff50ba..f8d0210 100755 --- a/include/blt/std/logging.h +++ b/include/blt/std/logging.h @@ -203,6 +203,7 @@ namespace blt::logging #include #include #include + #include #if defined(CXX17_FILESYSTEM) || defined (CXX17_FILESYSTEM_LIBFS) #include #elif defined(CXX11_EXP_FILESYSTEM) || defined (CXX11_EXP_FILESYSTEM_LIBFS)