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:
authorJoerg Mueller <nexyon@gmail.com>2011-06-04 03:12:34 +0400
committerJoerg Mueller <nexyon@gmail.com>2011-06-04 03:12:34 +0400
commit71419c46471586e93884aa151f5b160863025886 (patch)
tree6fbcf73001cce35d9c54e7ef773cd2a3a94ee3d0 /source/blender/editors/animation/anim_channels_edit.c
parent05a1c144ad3ece78a641401be1193905c3db49f5 (diff)
Building fix: added missing include. Aligorith: would be nice to include needed headers for functions you use...
Diffstat (limited to 'source/blender/editors/animation/anim_channels_edit.c')
-rw-r--r--source/blender/editors/animation/anim_channels_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c
index 1f9774dd10a..438c6e7e95e 100644
--- a/source/blender/editors/animation/anim_channels_edit.c
+++ b/source/blender/editors/animation/anim_channels_edit.c
@@ -38,7 +38,7 @@
#include "BLI_blenlib.h"
#include "BLI_utildefines.h"
-
+#include "BKE_library.h"
#include "DNA_anim_types.h"
#include "DNA_object_types.h"