diff --git a/tiny_obj_loader.h b/tiny_obj_loader.h index a87c8c1..666e5e9 100644 --- a/tiny_obj_loader.h +++ b/tiny_obj_loader.h @@ -363,9 +363,6 @@ void LoadMtl(std::map *material_map, #include #include -//tigra: unordered_map for hashed keywords -#include - #define TINYOBJLOADER_IMPLEMENTATION_BUFREAD @@ -561,7 +558,7 @@ enum tokens_enum { TOK_norm }; -std::unordered_map hashed_toks; +std::map hashed_toks;