فهرست منبع

- removed unused include

Alexander Wagner 2 سال پیش
والد
کامیت
4034df8b6e
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      include/assimp/types.h

+ 6 - 0
include/assimp/types.h

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