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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-06-08 11:59:33 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-06-08 11:59:33 +0300
commit2f9cfda459fceb9147271bf036a3425268201670 (patch)
tree32426c42bfd5185deb05820a9ee711e214f3e266 /source/blender/editors/mesh/mesh_navmesh.c
parent23c93873f4073e440d3817465252d8f86134654c (diff)
Fix compilation error after recent depsgraph cleanup
Diffstat (limited to 'source/blender/editors/mesh/mesh_navmesh.c')
-rw-r--r--source/blender/editors/mesh/mesh_navmesh.c2
1 files changed, 2 insertions, 0 deletions
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 */