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>2011-07-09 05:11:09 +0400
committerJoshua Leung <aligorith@gmail.com>2011-07-09 05:11:09 +0400
commitd044ecea10f1a69e8e941f36d5e53e49dbed1446 (patch)
tree129620a4287f7ad5503ad28de4047f67f3c6329c /source/blender/editors/animation
parent5b592f01da5bf5b3a5925b7508c83d8b81ea1ff3 (diff)
Compiler warning fix
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/anim_channels_edit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/animation/anim_channels_edit.c b/source/blender/editors/animation/anim_channels_edit.c
index 864bf8e55de..eee7fb0badd 100644
--- a/source/blender/editors/animation/anim_channels_edit.c
+++ b/source/blender/editors/animation/anim_channels_edit.c
@@ -51,6 +51,7 @@
#include "BKE_action.h"
#include "BKE_fcurve.h"
+#include "BKE_gpencil.h"
#include "BKE_context.h"
#include "BKE_global.h"