Browse Source

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

Added missing include
Kim Kulling 3 years ago
parent
commit
f678e67974
1 changed files with 1 additions and 0 deletions
  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.
 corresponding preprocessor flag to selectively disable formats.
 */
 */
 
 
+#include <assimp/anim.h>
 #include <assimp/BaseImporter.h>
 #include <assimp/BaseImporter.h>
 #include <vector>
 #include <vector>
 #include <cstdlib>
 #include <cstdlib>