2
0
Эх сурвалжийг харах

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

Added missing include
Kim Kulling 3 жил өмнө
parent
commit
f678e67974

+ 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>