Update Assimp to 5.0.1 (#2027)

This commit is contained in:
Ben Doherty
2020-01-13 15:00:27 -08:00
committed by GitHub
parent 2c591d2dca
commit 59e3465b6b
562 changed files with 29491 additions and 14571 deletions

View File

@@ -2,7 +2,7 @@
Open Asset Import Library (assimp)
----------------------------------------------------------------------
Copyright (c) 2006-2018, assimp team
Copyright (c) 2006-2019, assimp team
All rights reserved.
@@ -45,7 +45,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "STEPFileEncoding.h"
#include <assimp/fast_atof.h>
#include <contrib/utf8cpp/source/utf8.h>
#ifdef ASSIMP_USE_HUNTER
# include <utf8/utf8.h>
#else
# include <contrib/utf8cpp/source/utf8.h>
#endif
#include <memory>