[Bf-blender-cvs] [34d61bfd832] hair_guides hair_guides_grooming: Add missing include for mesh runtime.

Lukas Tönne noreply at git.blender.org
Sat Jun 9 08:05:03 CEST 2018


Commit: 34d61bfd83242466d7984a04465e825c59a8ebae
Author: Lukas Tönne
Date:   Sat Jun 9 06:56:53 2018 +0100
Branches: hair_guides hair_guides_grooming
https://developer.blender.org/rB34d61bfd83242466d7984a04465e825c59a8ebae

Add missing include for mesh runtime.

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

M	source/blender/blenkernel/intern/mesh_sample.c

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

diff --git a/source/blender/blenkernel/intern/mesh_sample.c b/source/blender/blenkernel/intern/mesh_sample.c
index 29bd12f538e..065c4f38601 100644
--- a/source/blender/blenkernel/intern/mesh_sample.c
+++ b/source/blender/blenkernel/intern/mesh_sample.c
@@ -43,6 +43,7 @@
 #include "BKE_customdata.h"
 #include "BKE_mesh_sample.h"
 #include "BKE_mesh.h"
+#include "BKE_mesh_runtime.h"
 
 #include "BLI_strict_flags.h"



More information about the Bf-blender-cvs mailing list