Add missing include

pull/3801/head
Kim Kulling 2021-05-03 20:49:14 +02:00 committed by GitHub
parent 60b99501a9
commit b87f67db4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <set> #include <set>
#include <vector> #include <vector>
#include <memory> #include <memory>
#include <iterator>
struct aiScene; struct aiScene;
struct aiImporterDesc; struct aiImporterDesc;