From bbf2801ddd6d68a1f36edc18a7b31114b27d2a66 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Thu, 27 Feb 2025 15:44:40 -0800 Subject: [PATCH] try to fix the meson windows build apparently could be just a missing include --- contrib/pzstd/Logging.h | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/pzstd/Logging.h b/contrib/pzstd/Logging.h index 84a08d200..aa73a976b 100644 --- a/contrib/pzstd/Logging.h +++ b/contrib/pzstd/Logging.h @@ -10,6 +10,7 @@ #include #include +#include namespace pzstd {