include general utils (hopefully this will fix mac build failing)

This commit is contained in:
HJfod 2022-04-29 17:24:32 +03:00
parent 68234b3b6b
commit 73bd955d14

View file

@ -12,6 +12,7 @@
#include <limits>
#undef min
#undef max
#include <utils/general.hpp>
namespace cocos2d {
class CCNode;