From e9f4fc638ed904cc0dcdac24ea7708c9a220a702 Mon Sep 17 00:00:00 2001 From: briaguya <70942617+briaguya-ai@users.noreply.github.com> Date: Tue, 17 Oct 2023 22:04:12 -0400 Subject: update to latest version used by SoH --- ZAPD/OutputFormatter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ZAPD/OutputFormatter.h') diff --git a/ZAPD/OutputFormatter.h b/ZAPD/OutputFormatter.h index 28955b1..391f410 100644 --- a/ZAPD/OutputFormatter.h +++ b/ZAPD/OutputFormatter.h @@ -3,6 +3,7 @@ #include #include #include +#include class OutputFormatter { @@ -25,7 +26,7 @@ private: void Flush(); - static OutputFormatter* Instance; + static thread_local OutputFormatter* Instance; static int WriteStatic(const char* buf, int count); public: -- cgit v1.2.3