fullbench includes assert.h
as it is missing for Windows
This commit is contained in:
parent
364ce19463
commit
6e481504ee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user