add missing includes
Signed-off-by: anton <haglundanton+github@gmail.com>
This commit is contained in:
@@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <cstdlib>
|
||||||
|
#include <cstdio>
|
||||||
|
|
||||||
typedef std::vector<tinyobj::shape_t> Shape;
|
typedef std::vector<tinyobj::shape_t> Shape;
|
||||||
|
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
// Simple wavefront .obj writer
|
// Simple wavefront .obj writer
|
||||||
//
|
//
|
||||||
#include "obj_writer.h"
|
#include "obj_writer.h"
|
||||||
|
#include <cstdio>
|
||||||
|
|
||||||
static std::string GetFileBasename(const std::string& FileName)
|
static std::string GetFileBasename(const std::string& FileName)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user