Fix build
parent
a4a734a67b
commit
640b84b2f2
|
@ -1,6 +1,7 @@
|
||||||
#ifndef SIMPLEUV_CHART_PACKER_H
|
#ifndef SIMPLEUV_CHART_PACKER_H
|
||||||
#define SIMPLEUV_CHART_PACKER_H
|
#define SIMPLEUV_CHART_PACKER_H
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <cstdlib>
|
||||||
|
|
||||||
namespace simpleuv
|
namespace simpleuv
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
#ifndef SIMPLEUV_MESH_DATA_TYPE_H
|
#ifndef SIMPLEUV_MESH_DATA_TYPE_H
|
||||||
#define SIMPLEUV_MESH_DATA_TYPE_H
|
#define SIMPLEUV_MESH_DATA_TYPE_H
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <cstdlib>
|
||||||
|
|
||||||
namespace simpleuv
|
namespace simpleuv
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue