From fda95bd722379a883743ada2f821fe3c7929d8ab Mon Sep 17 00:00:00 2001 From: halx99 Date: Mon, 31 Aug 2020 15:17:28 +0800 Subject: [PATCH] fix compile issue --- cocos/base/etc2.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cocos/base/etc2.cpp b/cocos/base/etc2.cpp index 5974e494f2..2a38090c32 100644 --- a/cocos/base/etc2.cpp +++ b/cocos/base/etc2.cpp @@ -28,6 +28,10 @@ #include "base/etc2.h" #include #include +#include +#include +#include +#include static const char kMagic[] = { 'P', 'K', 'M', ' ', '2', '0' };