From: Yann Collet Date: Wed, 21 Feb 2018 19:42:23 +0000 (-0800) Subject: fullbench includes assert.h X-Git-Tag: v1.3.4~1^2~51^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1020%2Fhead;p=thirdparty%2Fzstd.git fullbench includes assert.h as it is missing for Windows --- diff --git a/tests/fullbench.c b/tests/fullbench.c index 6a4084940..6abdd4da0 100644 --- a/tests/fullbench.c +++ b/tests/fullbench.c @@ -15,6 +15,7 @@ #include "util.h" /* Compiler options, UTIL_GetFileSize */ #include /* malloc */ #include /* fprintf, fopen, ftello64 */ +#include /* assert */ #include "mem.h" /* U32 */ #ifndef ZSTD_DLL_IMPORT