From 5f95912afc4db0d39b31cb704a3142dd17b4d09a Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Fri, 15 May 2020 12:48:10 +0200 Subject: BLI: add missing include for size_t --- source/blender/blenlib/BLI_rand.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenlib/BLI_rand.h') diff --git a/source/blender/blenlib/BLI_rand.h b/source/blender/blenlib/BLI_rand.h index ad8a90b3977..ae78ea3af16 100644 --- a/source/blender/blenlib/BLI_rand.h +++ b/source/blender/blenlib/BLI_rand.h @@ -21,6 +21,7 @@ #define __BLI_RAND_H__ #include "BLI_compiler_attrs.h" +#include "BLI_sys_types.h" /** \file * \ingroup bli -- cgit v1.2.3