fullbench includes assert.h

as it is missing for Windows
This commit is contained in:
Yann Collet 2018-02-21 11:42:23 -08:00
parent 364ce19463
commit 6e481504ee

View File

@ -15,6 +15,7 @@
#include "util.h" /* Compiler options, UTIL_GetFileSize */
#include <stdlib.h> /* malloc */
#include <stdio.h> /* fprintf, fopen, ftello64 */
#include <assert.h> /* assert */
#include "mem.h" /* U32 */
#ifndef ZSTD_DLL_IMPORT