From 400cab6a882b9a90247c3bc0155abd2e18b12e5b Mon Sep 17 00:00:00 2001 From: Odysseas Georgoudis Date: Sat, 2 Nov 2024 01:20:09 +0000 Subject: [PATCH] remove windows.h from all headers in `std` folder --- examples/recommended_usage/std_types_logging.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/recommended_usage/std_types_logging.cpp b/examples/recommended_usage/std_types_logging.cpp index 7c54e31b..dc758601 100644 --- a/examples/recommended_usage/std_types_logging.cpp +++ b/examples/recommended_usage/std_types_logging.cpp @@ -36,7 +36,6 @@ #include "quill/std/WideString.h" #endif -#include "quill/std/Array.h" // We utilize the global_logger_a from the quill_wrapper library. // The use of a global logger is optional. // Alternatively, we could include "quill/Frontend.h" and use `quill::Frontend::get_logger(..)`