Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2020-05-15 13:48:10 +0300
committerJacques Lucke <jacques@blender.org>2020-05-15 13:48:45 +0300
commit5f95912afc4db0d39b31cb704a3142dd17b4d09a (patch)
tree0bdb9cde45b521322a76345fd96b284d1c73553a /source/blender/blenlib/BLI_rand.h
parent547f50b5e0736de662a7ecb1c2b31db34975efb7 (diff)
BLI: add missing include for size_t
Diffstat (limited to 'source/blender/blenlib/BLI_rand.h')
-rw-r--r--source/blender/blenlib/BLI_rand.h1
1 files changed, 1 insertions, 0 deletions
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