From f3447a236b366719b24a6d24ec9dfc30680e42b1 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Mon, 17 Oct 2016 13:18:08 +0900 Subject: [PATCH] Fix build on some compilers. --- tiny_gltf_loader.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tiny_gltf_loader.h b/tiny_gltf_loader.h index 61557c5..3a5f413 100644 --- a/tiny_gltf_loader.h +++ b/tiny_gltf_loader.h @@ -46,6 +46,10 @@ #include #include #include +#include + +#define __STDC_FORMAT_MACROS +#include namespace tinygltf {