mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-15 13:16:03 +08:00
Fix build on some compilers.
This commit is contained in:
parent
f696c6f188
commit
f3447a236b
@ -46,6 +46,10 @@
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <cstring>
|
||||
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#include <inttypes.h>
|
||||
|
||||
namespace tinygltf {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user