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)