From 295732149f59d7566feba3ead1cf8614a82ef0da Mon Sep 17 00:00:00 2001 From: Erwin Coumans Date: Tue, 9 Oct 2018 07:01:02 -0700 Subject: [PATCH] add missing stdio.h --- examples/ThirdPartyLibs/Wavefront/tiny_obj_loader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/ThirdPartyLibs/Wavefront/tiny_obj_loader.cpp b/examples/ThirdPartyLibs/Wavefront/tiny_obj_loader.cpp index f3c470707..ebc986647 100644 --- a/examples/ThirdPartyLibs/Wavefront/tiny_obj_loader.cpp +++ b/examples/ThirdPartyLibs/Wavefront/tiny_obj_loader.cpp @@ -29,6 +29,7 @@ #endif #include #include "tiny_obj_loader.h" +#include namespace tinyobj {