[Bf-blender-cvs] [38d62a195b2] master: Fix build error on Windows

Brecht Van Lommel noreply at git.blender.org
Thu Sep 12 19:58:53 CEST 2019


Commit: 38d62a195b293e1a826195eeb222bb0825f9733a
Author: Brecht Van Lommel
Date:   Thu Sep 12 19:58:11 2019 +0200
Branches: master
https://developer.blender.org/rB38d62a195b293e1a826195eeb222bb0825f9733a

Fix build error on Windows

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

M	source/blender/blenlib/BLI_kdopbvh.h

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

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



More information about the Bf-blender-cvs mailing list