Cleanup: added missing header to BKE_armature.h

No functional changes.
This commit is contained in:
Sybren A. Stüvel 2020-04-21 17:20:31 +02:00
parent 29e9506a7f
commit 38f4b95635
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@
extern "C" {
#endif
#include "BLI_listbase.h"
struct Bone;
struct Depsgraph;
struct ListBase;