[Bf-blender-cvs] [bfe151e5f7] custom-manipulators: Fix compile error

Julian Eisel noreply at git.blender.org
Mon Jan 30 00:20:57 CET 2017


Commit: bfe151e5f72e0726d2b7a38c59180cfc74b404ec
Author: Julian Eisel
Date:   Mon Jan 30 00:15:27 2017 +0100
Branches: custom-manipulators
https://developer.blender.org/rBbfe151e5f72e0726d2b7a38c59180cfc74b404ec

Fix compile error

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

M	source/blender/blenkernel/intern/facemap.c

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

diff --git a/source/blender/blenkernel/intern/facemap.c b/source/blender/blenkernel/intern/facemap.c
index 28732c41d0..f586fdc16b 100644
--- a/source/blender/blenkernel/intern/facemap.c
+++ b/source/blender/blenkernel/intern/facemap.c
@@ -41,6 +41,7 @@
 #include "BLI_utildefines.h"
 #include "BLI_path_util.h"
 #include "BLI_string.h"
+#include "BLI_string_utils.h"
 #include "BLI_listbase.h"
 
 #include "BLT_translation.h"




More information about the Bf-blender-cvs mailing list