diff --git a/examples/obj_sticher/obj_writer.h b/examples/obj_sticher/obj_writer.h index aa3b269..262c681 100644 --- a/examples/obj_sticher/obj_writer.h +++ b/examples/obj_sticher/obj_writer.h @@ -1,7 +1,7 @@ #ifndef __OBJ_WRITER_H__ #define __OBJ_WRITER_H__ -#include "tiny_obj_loader.h" +#include "../../tiny_obj_loader.h" extern bool WriteObj(const std::string& filename, const tinyobj::attrib_t& attributes, const std::vector& shapes, const std::vector& materials, bool coordTransform = false);