From ed072e1dcd0ce8363942774e4c8ad7b760d7f46f Mon Sep 17 00:00:00 2001 From: Germano Cavalcante Date: Sun, 26 Mar 2017 04:08:16 -0300 Subject: [PATCH] re-adds the include "BLI_math.h" to custondata It was removed here rBd52191616b5f --- source/blender/blenkernel/intern/customdata.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/blender/blenkernel/intern/customdata.c b/source/blender/blenkernel/intern/customdata.c index d9269eb99df..a4cc89dc1a2 100644 --- a/source/blender/blenkernel/intern/customdata.c +++ b/source/blender/blenkernel/intern/customdata.c @@ -44,6 +44,7 @@ #include "BLI_path_util.h" #include "BLI_string.h" #include "BLI_string_utils.h" +#include "BLI_math.h" #include "BLI_math_color_blend.h" #include "BLI_mempool.h" @@ -57,8 +58,6 @@ #include "BKE_mesh_remap.h" #include "BKE_multires.h" -#include "data_transfer_intern.h" - #include "bmesh.h" /* number of layers to add when growing a CustomData object */