From 640b84b2f2bb85a0e661038ce3ebdf8bf66722b6 Mon Sep 17 00:00:00 2001 From: Jeremy Hu Date: Mon, 15 Oct 2018 23:22:49 +0800 Subject: [PATCH] Fix build --- thirdparty/simpleuv/simpleuv/chartpacker.h | 1 + thirdparty/simpleuv/simpleuv/meshdatatype.h | 1 + 2 files changed, 2 insertions(+) diff --git a/thirdparty/simpleuv/simpleuv/chartpacker.h b/thirdparty/simpleuv/simpleuv/chartpacker.h index b04190de..4c005246 100644 --- a/thirdparty/simpleuv/simpleuv/chartpacker.h +++ b/thirdparty/simpleuv/simpleuv/chartpacker.h @@ -1,6 +1,7 @@ #ifndef SIMPLEUV_CHART_PACKER_H #define SIMPLEUV_CHART_PACKER_H #include +#include namespace simpleuv { diff --git a/thirdparty/simpleuv/simpleuv/meshdatatype.h b/thirdparty/simpleuv/simpleuv/meshdatatype.h index dfc1d825..043d5a83 100644 --- a/thirdparty/simpleuv/simpleuv/meshdatatype.h +++ b/thirdparty/simpleuv/simpleuv/meshdatatype.h @@ -1,6 +1,7 @@ #ifndef SIMPLEUV_MESH_DATA_TYPE_H #define SIMPLEUV_MESH_DATA_TYPE_H #include +#include namespace simpleuv {