From eacebc80d54fdb19152805901f51137b1ae48172 Mon Sep 17 00:00:00 2001 From: Chuyuan Fu Date: Wed, 14 Aug 2019 11:01:48 -0700 Subject: [PATCH] fix compile --- examples/ThirdPartyLibs/Wavefront/tiny_obj_loader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ThirdPartyLibs/Wavefront/tiny_obj_loader.h b/examples/ThirdPartyLibs/Wavefront/tiny_obj_loader.h index 5ce9b00d2..1fb15b34a 100644 --- a/examples/ThirdPartyLibs/Wavefront/tiny_obj_loader.h +++ b/examples/ThirdPartyLibs/Wavefront/tiny_obj_loader.h @@ -23,7 +23,7 @@ struct vertex_index_t : v_idx(vidx), vt_idx(vtidx), vn_idx(vnidx) {} }; -using face_t = std::vector; +typedef std::vector face_t; typedef struct {