From 9ddc2709c01a743ad327898da8401710e3dbbd03 Mon Sep 17 00:00:00 2001 From: LoveSy Date: Sat, 19 Feb 2022 17:21:03 +0800 Subject: [PATCH] Update CMakeLists.txt --- library/jni/include/utils/jni_helper.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/library/jni/include/utils/jni_helper.hpp b/library/jni/include/utils/jni_helper.hpp index c2502e2..a781272 100644 --- a/library/jni/include/utils/jni_helper.hpp +++ b/library/jni/include/utils/jni_helper.hpp @@ -7,6 +7,7 @@ #include #include +#include #define DISALLOW_COPY_AND_ASSIGN(TypeName) \ TypeName(const TypeName &) = delete; \