From d4d09cbab854ca245495289d1023243adaeaeafa Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sat, 5 Jul 2003 14:24:05 +0000 Subject: - included missing (ah, these warnings...) --- source/blender/src/vpaint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/src/vpaint.c') 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 +#include #ifdef HAVE_CONFIG_H #include @@ -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) { -- cgit v1.2.3