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:
authorSybren A. Stüvel <sybren@stuvel.eu>2018-06-05 16:59:53 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2018-06-05 17:59:18 +0300
commita9ed50514cb636d3fa99ab7b309d0c75da437943 (patch)
tree2fc4c1bc220fb8cb193dbe21f4c6c5ee60e5694c /source/blender/modifiers/intern/MOD_collision.c
parent7436fb2ef1d8bb0af0589f8ec4b45c8800aed983 (diff)
Moved function declarations from BKE_mesh.h → BKE_mesh_runtime.h
Diffstat (limited to 'source/blender/modifiers/intern/MOD_collision.c')
-rw-r--r--source/blender/modifiers/intern/MOD_collision.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_collision.c b/source/blender/modifiers/intern/MOD_collision.c
index 036954a2774..71022f8a4ab 100644
--- a/source/blender/modifiers/intern/MOD_collision.c
+++ b/source/blender/modifiers/intern/MOD_collision.c
@@ -45,6 +45,7 @@
#include "BKE_global.h"
#include "BKE_library.h"
#include "BKE_mesh.h"
+#include "BKE_mesh_runtime.h"
#include "BKE_modifier.h"
#include "BKE_pointcache.h"
#include "BKE_scene.h"