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

Added missing include
This commit is contained in:
Kim Kulling
2021-10-13 14:05:40 +02:00
committed by GitHub

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>