Initial support of tinyobjloader on Android NDK platform(NDK r10 confirmed to be able to compile).

This commit is contained in:
Syoyo Fujita
2015-08-04 14:27:40 +09:00
parent aa07206fc1
commit 870ead273e
5 changed files with 18 additions and 0 deletions

View File

@@ -29,6 +29,7 @@
#include <cassert>
#include <cmath>
#include <cstddef>
#include <cctype>
#include <string>
#include <vector>