浏览代码

Merge pull request #4115 from lerppana/fix-missing-include

Added missing include
Kim Kulling 3 年之前
父节点
当前提交
f678e67974
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      code/Common/ImporterRegistry.cpp

+ 1 - 0
code/Common/ImporterRegistry.cpp

@@ -46,6 +46,7 @@ directly (unless you are adding new loaders), instead use the
 corresponding preprocessor flag to selectively disable formats.
 */
 
+#include <assimp/anim.h>
 #include <assimp/BaseImporter.h>
 #include <vector>
 #include <cstdlib>