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:
authorKen Hughes <khughes@pacific.edu>2006-08-14 20:29:11 +0400
committerKen Hughes <khughes@pacific.edu>2006-08-14 20:29:11 +0400
commita01a0e625694ac3636391c665767a69622cac830 (patch)
tree1dbe0bde6f5711b73ebd4a57f08ec42943084de0 /source/blender/python/api2_2x/Effect.c
parent582f56d9c430d33464923bda3b81740d90aa401a (diff)
===Python API===
Fix compiler warnings in Sound.c and Effect.c.
Diffstat (limited to 'source/blender/python/api2_2x/Effect.c')
-rw-r--r--source/blender/python/api2_2x/Effect.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/python/api2_2x/Effect.c b/source/blender/python/api2_2x/Effect.c
index 1cd2ab03b23..b427ebb9418 100644
--- a/source/blender/python/api2_2x/Effect.c
+++ b/source/blender/python/api2_2x/Effect.c
@@ -44,6 +44,7 @@
#include "gen_utils.h"
#include "blendef.h"
#include "vector.h"
+#include "MTC_matrixops.h"
#define EXPP_EFFECT_STA_MIN -250.0f
#define EXPP_EFFECT_END_MIN 1.0f