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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-12 20:58:11 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-09-12 20:58:11 +0300
commit38d62a195b293e1a826195eeb222bb0825f9733a (patch)
tree29f3940638faa45aa62fb89edf788feddbc1413f /source/blender/blenlib/BLI_kdopbvh.h
parent3062f341b3d8ff82f0f0f5928818b74bfd8cf1e5 (diff)
Fix build error on Windows
Diffstat (limited to 'source/blender/blenlib/BLI_kdopbvh.h')
-rw-r--r--source/blender/blenlib/BLI_kdopbvh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_kdopbvh.h b/source/blender/blenlib/BLI_kdopbvh.h
index 078c5e27d28..b305e919e76 100644
--- a/source/blender/blenlib/BLI_kdopbvh.h
+++ b/source/blender/blenlib/BLI_kdopbvh.h
@@ -24,6 +24,8 @@
* \ingroup bli
*/
+#include "BLI_sys_types.h"
+
#ifdef __cplusplus
extern "C" {
#endif