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
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2003-07-05 18:24:05 +0400
committerTon Roosendaal <ton@blender.org>2003-07-05 18:24:05 +0400
commitd4d09cbab854ca245495289d1023243adaeaeafa (patch)
tree8d1218e3c63816a2fe98c292d6e3bc34beffeb91 /source/blender/src/vpaint.c
parentd81fcf73ffe87f8f653b88e5ae07dd10e7179fa6 (diff)
- included missing <string.h> (ah, these warnings...)
Diffstat (limited to 'source/blender/src/vpaint.c')
-rw-r--r--source/blender/src/vpaint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/vpaint.c b/source/blender/src/vpaint.c
index b865e66e05d..416b62ae215 100644
--- a/source/blender/src/vpaint.c
+++ b/source/blender/src/vpaint.c
@@ -31,6 +31,7 @@
*/
#include <math.h>
+#include <string.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
@@ -837,7 +838,6 @@ void weight_paint(void)
if(indexar[0]) totindex= 1;
else totindex= 0;
}
-
MTC_Mat4SwapMat4(G.vd->persmat, mat);
if(Gvp.flag & VP_COLINDEX) {