add missing includes

Signed-off-by: anton <haglundanton+github@gmail.com>
This commit is contained in:
anton
2014-04-18 17:52:06 +02:00
parent 6b8e3900c6
commit 2ce2af9d02
2 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
#include <cassert>
#include <iostream>
#include <cstdlib>
#include <cstdio>
typedef std::vector<tinyobj::shape_t> Shape;