Commit: 85842851d5c779fa96dc4c45809a27b9f4a494c2
Author: Pablo Dobarro
Date:   Fri Dec 25 21:54:14 2020 +0100
Branches: sculpt-dev
https://developer.blender.org/rB85842851d5c779fa96dc4c45809a27b9f4a494c2

Fix build

===================================================================

M       source/blender/editors/sculpt_paint/sculpt_gradient.c

===================================================================

diff --git a/source/blender/editors/sculpt_paint/sculpt_gradient.c 
b/source/blender/editors/sculpt_paint/sculpt_gradient.c
index 3478df0307d..92e7c60430b 100644
--- a/source/blender/editors/sculpt_paint/sculpt_gradient.c
+++ b/source/blender/editors/sculpt_paint/sculpt_gradient.c
@@ -23,6 +23,9 @@
 
 #include "MEM_guardedalloc.h"
 
+#include "DNA_mesh_types.h"
+#include "DNA_meshdata_types.h"
+
 #include "BLI_blenlib.h"
 #include "BLI_hash.h"
 #include "BLI_math.h"
@@ -38,8 +41,6 @@
 #include "BKE_paint.h"
 #include "BKE_pbvh.h"
 #include "BKE_scene.h"
-#include "DNA_mesh_types.h"
-#include "DNA_meshdata_types.h"
 
 #include "IMB_colormanagement.h"

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to