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

Added missing include
pull/4079/head
Kim Kulling 2021-10-13 14:05:40 +02:00 committed by GitHub
commit f678e67974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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