- removed unused include

pull/5359/head
Alexander Wagner 2023-09-21 14:26:41 +02:00
parent 6004290dde
commit 1adc5b874b
1 changed files with 6 additions and 0 deletions

View File

@ -73,6 +73,12 @@ typedef uint32_t ai_uint32;
#ifdef __cplusplus
//#ifdef ASSIMP_USE_HUNTER
//# include <utf8.h>
//#else
//# include "../contrib/utf8cpp/source/utf8.h"
//#endif
#include <cstring>
#include <new> // for std::nothrow_t
#include <string> // for aiString::Set(const std::string&)