From: Yann Collet Date: Thu, 27 Feb 2025 23:44:40 +0000 (-0800) Subject: try to fix the meson windows build X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F4322%2Fhead;p=thirdparty%2Fzstd.git try to fix the meson windows build apparently could be just a missing include --- 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 {