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:
authorJoshua Leung <aligorith@gmail.com>2007-10-22 10:28:39 +0400
committerJoshua Leung <aligorith@gmail.com>2007-10-22 10:28:39 +0400
commitcfd9d390fcbe92b257d9784f6d12e88e5a66adc9 (patch)
treee0fbbea03f25b1f5e832280ea9c8fb0c92623ebd /source/blender/src/transform.c
parent2cc41ad890326679b47c9931708d3afc3dae300f (diff)
Several fixes:
* DNA_action_types.h - fixes for typos that broke compiling (own error) * transform.c - fix for implicit definition of a function (missing header) * outliner.c - commented out a few unused vars (as a result of constraints refactor) * editsima.c - fixed uninitialised var warning * drawview.c - bugfix #7598 load without ui crashes if there is no camera. Patch provided by Daniel Genrich (genscher)
Diffstat (limited to 'source/blender/src/transform.c')
-rw-r--r--source/blender/src/transform.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/transform.c b/source/blender/src/transform.c
index fa87a054293..321a56c5ebd 100644
--- a/source/blender/src/transform.c
+++ b/source/blender/src/transform.c
@@ -86,6 +86,7 @@
#include "BSE_drawipo.h"
#include "BSE_editnla_types.h" /* for NLAWIDTH */
#include "BSE_editaction_types.h"
+#include "BSE_time.h"
#include "BSE_view.h"
#include "BLI_arithb.h"