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:
authorBastien Montagne <montagne29@wanadoo.fr>2017-08-07 13:52:25 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-08-07 13:52:25 +0300
commit881ee4fb26666d43d841b3c9ad288d861331e420 (patch)
treef219060f972328763fdd12379ba63da21532e3ce /source/blender/modifiers/intern/MOD_weightvgedit.c
parentb54335b273c21aea63d8ff5e40cc5782fe1d6867 (diff)
parent2a74f36dacb5a6294e2e8d602e055cf9cd9fa702 (diff)
Merge branch 'master' into id_copy_refactor
Diffstat (limited to 'source/blender/modifiers/intern/MOD_weightvgedit.c')
-rw-r--r--source/blender/modifiers/intern/MOD_weightvgedit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/modifiers/intern/MOD_weightvgedit.c b/source/blender/modifiers/intern/MOD_weightvgedit.c
index c9a14221515..13a97c1c13d 100644
--- a/source/blender/modifiers/intern/MOD_weightvgedit.c
+++ b/source/blender/modifiers/intern/MOD_weightvgedit.c
@@ -50,7 +50,9 @@
#include "DEG_depsgraph_build.h"
#include "MEM_guardedalloc.h"
+
#include "MOD_weightvg_util.h"
+#include "MOD_modifiertypes.h"
/**************************************
* Modifiers functions. *