Commit: 8c07cf13853eef3e05cd61150bc60d3d4bae906e
Author: Joshua Leung
Date:   Tue Nov 14 23:37:12 2017 +1300
Branches: greasepencil-object
https://developer.blender.org/rB8c07cf13853eef3e05cd61150bc60d3d4bae906e

Fix compile errors after merge

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

M       source/blender/modifiers/intern/MOD_gpencilcolor.c
M       source/blender/modifiers/intern/MOD_gpenciltint.c

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

diff --git a/source/blender/modifiers/intern/MOD_gpencilcolor.c 
b/source/blender/modifiers/intern/MOD_gpencilcolor.c
index 40166efaed4..56b6511ce02 100644
--- a/source/blender/modifiers/intern/MOD_gpencilcolor.c
+++ b/source/blender/modifiers/intern/MOD_gpencilcolor.c
@@ -34,6 +34,7 @@
 #include "DNA_object_types.h"
 #include "DNA_gpencil_types.h"
 
+#include "BLI_blenlib.h"
 #include "BLI_ghash.h"
 #include "BLI_math_color.h"
 #include "BLI_math_vector.h"
diff --git a/source/blender/modifiers/intern/MOD_gpenciltint.c 
b/source/blender/modifiers/intern/MOD_gpenciltint.c
index 0e9deb3b769..b0c47c020d2 100644
--- a/source/blender/modifiers/intern/MOD_gpenciltint.c
+++ b/source/blender/modifiers/intern/MOD_gpenciltint.c
@@ -34,6 +34,7 @@
 #include "DNA_object_types.h"
 #include "DNA_gpencil_types.h"
 
+#include "BLI_blenlib.h"
 #include "BLI_ghash.h"
 #include "BLI_math_vector.h"
 #include "BLI_utildefines.h"

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

Reply via email to