From 8d2bb93b2dfb76d967e2be67d4e9bbdd6bdab043 Mon Sep 17 00:00:00 2001 From: Brett Laptop Date: Thu, 26 Oct 2023 20:06:03 -0400 Subject: [PATCH] fs hack --- include/blt/std/logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/blt/std/logging.h b/include/blt/std/logging.h index 980bd7d..6243ac1 100755 --- a/include/blt/std/logging.h +++ b/include/blt/std/logging.h @@ -168,7 +168,7 @@ namespace blt::logging { #elif defined(CXX11_EXP_FILESYSTEM) || defined (CXX11_EXP_FILESYSTEM_LIBFS) #include #else - #error Filesystem ops not supported! + #include #endif #include #include