[Bf-blender-cvs] [5f95912afc4] master: BLI: add missing include for size_t

Jacques Lucke noreply at git.blender.org
Fri May 15 12:50:17 CEST 2020


Commit: 5f95912afc4db0d39b31cb704a3142dd17b4d09a
Author: Jacques Lucke
Date:   Fri May 15 12:48:10 2020 +0200
Branches: master
https://developer.blender.org/rB5f95912afc4db0d39b31cb704a3142dd17b4d09a

BLI: add missing include for size_t

===================================================================

M	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



More information about the Bf-blender-cvs mailing list