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:
authorSybren A. Stüvel <sybren@blender.org>2020-04-21 18:20:31 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-04-21 18:58:27 +0300
commit38f4b956351c50ff72048b37c5ac95f122066f3b (patch)
tree55577b2913dc67f0a995ac987f2f85f52c8aeae4 /source/blender/blenkernel/BKE_armature.h
parent29e9506a7fbabb441abdf788e190fcaa8f5d0240 (diff)
Cleanup: added missing header to BKE_armature.h
No functional changes.
Diffstat (limited to 'source/blender/blenkernel/BKE_armature.h')
-rw-r--r--source/blender/blenkernel/BKE_armature.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_armature.h b/source/blender/blenkernel/BKE_armature.h
index 6c383ae5011..e59d5728350 100644
--- a/source/blender/blenkernel/BKE_armature.h
+++ b/source/blender/blenkernel/BKE_armature.h
@@ -27,6 +27,8 @@
extern "C" {
#endif
+#include "BLI_listbase.h"
+
struct Bone;
struct Depsgraph;
struct ListBase;