From 877ef1ff4c8a6ce47b10fc699f62a1c3defec6e6 Mon Sep 17 00:00:00 2001 From: Jeremy Hu Date: Sat, 10 Aug 2019 23:51:38 +0930 Subject: [PATCH] Fix build --- thirdparty/simpleuv/simpleuv/chartpacker.h | 1 + thirdparty/simpleuv/simpleuv/uvunwrapper.h | 1 + 2 files changed, 2 insertions(+) diff --git a/thirdparty/simpleuv/simpleuv/chartpacker.h b/thirdparty/simpleuv/simpleuv/chartpacker.h index a8a5a11d..e17f722f 100644 --- a/thirdparty/simpleuv/simpleuv/chartpacker.h +++ b/thirdparty/simpleuv/simpleuv/chartpacker.h @@ -2,6 +2,7 @@ #define SIMPLEUV_CHART_PACKER_H #include #include +#include namespace simpleuv { diff --git a/thirdparty/simpleuv/simpleuv/uvunwrapper.h b/thirdparty/simpleuv/simpleuv/uvunwrapper.h index afdf1501..bcf80a38 100644 --- a/thirdparty/simpleuv/simpleuv/uvunwrapper.h +++ b/thirdparty/simpleuv/simpleuv/uvunwrapper.h @@ -4,6 +4,7 @@ #include #include #include +#include namespace simpleuv {