[Bf-blender-cvs] [2f9cfda459f] blender2.8: Fix compilation error after recent depsgraph cleanup

Sergey Sharybin noreply at git.blender.org
Thu Jun 8 10:59:54 CEST 2017


Commit: 2f9cfda459fceb9147271bf036a3425268201670
Author: Sergey Sharybin
Date:   Thu Jun 8 10:59:33 2017 +0200
Branches: blender2.8
https://developer.blender.org/rB2f9cfda459fceb9147271bf036a3425268201670

Fix compilation error after recent depsgraph cleanup

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

M	source/blender/editors/mesh/mesh_navmesh.c

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

diff --git a/source/blender/editors/mesh/mesh_navmesh.c b/source/blender/editors/mesh/mesh_navmesh.c
index 57a8da5e18d..66c77593c75 100644
--- a/source/blender/editors/mesh/mesh_navmesh.c
+++ b/source/blender/editors/mesh/mesh_navmesh.c
@@ -57,6 +57,8 @@
 
 #include "recast-capi.h"
 
+#include "DEG_depsgraph.h"
+
 #include "mesh_intern.h"  /* own include */




More information about the Bf-blender-cvs mailing list