Added missing include

pull/4115/head
Lassi Helynranta 2021-10-09 20:02:52 +03:00
parent babf3b8e3d
commit a01a5b4e3a
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>