From 800feae5d65ef07910857e0417b63bd6e1d15288 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 24 Feb 2020 13:18:57 +0100 Subject: lavu: add missing stddef.h includes for size_t. --- libavutil/hash.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/hash.h') diff --git a/libavutil/hash.h b/libavutil/hash.h index 7693e6bf0d..af4719e423 100644 --- a/libavutil/hash.h +++ b/libavutil/hash.h @@ -27,6 +27,7 @@ #ifndef AVUTIL_HASH_H #define AVUTIL_HASH_H +#include #include #include "version.h" -- cgit v1.2.3