From d174e625a22a80bd9cdb60c77461d93b6de32437 Mon Sep 17 00:00:00 2001 From: LZaw <28070263+LZaw@users.noreply.github.com> Date: Thu, 8 Mar 2018 15:58:39 +0100 Subject: [PATCH] Update obj_writer.h --- examples/obj_sticher/obj_writer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);