projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix for recent kdtree py module with MSVC
[blender.git]
/
source
/
blender
/
python
/
mathutils
/
mathutils_kdtree.c
diff --git
a/source/blender/python/mathutils/mathutils_kdtree.c
b/source/blender/python/mathutils/mathutils_kdtree.c
index aa9c7eecc6b6360ed00b40bc916de6859bcdcf81..d48ab8037400b6987ca10b36d7e25826b8ca55a5 100644
(file)
--- a/
source/blender/python/mathutils/mathutils_kdtree.c
+++ b/
source/blender/python/mathutils/mathutils_kdtree.c
@@
-35,7
+35,9
@@
#include "BLI_kdtree.h"
#include "../generic/py_capi_utils.h"
+
#include "mathutils.h"
+#include "mathutils_kdtree.h" /* own include */
#include "BLI_strict_flags.h"