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
path: root/source
diff options
context:
space:
mode:
authorGermano Cavalcante <germano.costa@ig.com.br>2017-03-26 10:08:16 +0300
committerGermano Cavalcante <germano.costa@ig.com.br>2017-03-26 10:08:16 +0300
commited072e1dcd0ce8363942774e4c8ad7b760d7f46f (patch)
tree7776e82483db09bf66f9a7ea5209e5a34e409850 /source
parent15143a74640995f979dc5a5ff18a17d546e4b954 (diff)
re-adds the include "BLI_math.h" to custondata
It was removed here rBd52191616b5f
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/intern/customdata.c3
1 files changed, 1 insertions, 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 */