]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
try to fix the meson windows build 4322/head
authorYann Collet <cyan@fb.com>
Thu, 27 Feb 2025 23:44:40 +0000 (15:44 -0800)
committerYann Collet <cyan@fb.com>
Thu, 27 Feb 2025 23:45:59 +0000 (15:45 -0800)
apparently could be just a missing include

contrib/pzstd/Logging.h

index 84a08d20080a2ebdbff091161cc1051240511a40..aa73a976b80463cd4d346cc409c3559e0ec3aec0 100644 (file)
@@ -10,6 +10,7 @@
 
 #include <cstdio>
 #include <mutex>
+#include <chrono>
 
 namespace pzstd {