From 9d9b2cbf3740f055be00c18be6ffc0950fba2b05 Mon Sep 17 00:00:00 2001 From: cebgcontract <99630598+cebgcontract@users.noreply.github.com> Date: Wed, 13 Jul 2022 16:56:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9jcwallet=E4=B8=ADappdelegrate?= =?UTF-8?q?.h=E7=9A=84=E5=BC=95=E5=85=A5=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Classes/JcWallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/JcWallet.cpp b/Classes/JcWallet.cpp index e131421..4ed808f 100644 --- a/Classes/JcWallet.cpp +++ b/Classes/JcWallet.cpp @@ -6,7 +6,7 @@ #include "scripting/js-bindings/event/EventDispatcher.h" #include "platform/CCApplication.h" #if (CC_TARGET_PLATFORM == CC_PLATFORM_IOS || CC_TARGET_PLATFORM == CC_PLATFORM_MAC) -#import "AppDelegate.h" +#include "AppDelegate.h" #endif #if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID)