Fix build

master
Jeremy Hu 2018-10-15 23:22:49 +08:00
parent a4a734a67b
commit 640b84b2f2
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef SIMPLEUV_CHART_PACKER_H
#define SIMPLEUV_CHART_PACKER_H
#include <vector>
#include <cstdlib>
namespace simpleuv
{

View File

@ -1,6 +1,7 @@
#ifndef SIMPLEUV_MESH_DATA_TYPE_H
#define SIMPLEUV_MESH_DATA_TYPE_H
#include <vector>
#include <cstdlib>
namespace simpleuv
{