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:
authorThomas Dinges <blender@dingto.org>2012-04-26 15:48:36 +0400
committerThomas Dinges <blender@dingto.org>2012-04-26 15:48:36 +0400
commit41ebd0bb77cf532fa8b95dc0dee62cd21da574d4 (patch)
treeedd2eeacbf38321872a314f44c05a956e95f3235 /source/blender/editors/space_outliner
parentf92fcbd413274bb417a0f0dd363b0cfad2931f24 (diff)
* Compile fix for recent Outliner header cleanup.
Diffstat (limited to 'source/blender/editors/space_outliner')
-rw-r--r--source/blender/editors/space_outliner/outliner_tree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_outliner/outliner_tree.c b/source/blender/editors/space_outliner/outliner_tree.c
index e3c89c82ec6..e2d43386c5e 100644
--- a/source/blender/editors/space_outliner/outliner_tree.c
+++ b/source/blender/editors/space_outliner/outliner_tree.c
@@ -62,6 +62,7 @@
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
+#include "BLI_math.h"
#include "BKE_fcurve.h"
#include "BKE_main.h"