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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-30 15:38:06 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-30 15:38:06 +0400
commit19fb497d139991ec759f3be3db53a27492c62877 (patch)
tree4a78caebf1832a1e755a031d7db86d61b1631322 /source/blender/editors/animation
parentccdd490957f19ecc9e59bcf9a85ecc25788da99c (diff)
Fix a few warning in editors/ module.
Diffstat (limited to 'source/blender/editors/animation')
-rw-r--r--source/blender/editors/animation/anim_markers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/animation/anim_markers.c b/source/blender/editors/animation/anim_markers.c
index a9f0f827ee5..d1c1fa64ad2 100644
--- a/source/blender/editors/animation/anim_markers.c
+++ b/source/blender/editors/animation/anim_markers.c
@@ -61,6 +61,7 @@
#include "ED_util.h"
#include "ED_numinput.h"
#include "ED_object.h"
+#include "ED_types.h"
/* ************* Marker API **************** */