fix build bug in CCLuaJavaBridge.h (#18524)

This commit is contained in:
homolumo 2017-12-01 09:47:02 +08:00 committed by minggo
parent 0ff92d3bbd
commit 878557814f
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define COCOS2DX_SCRIPT_LUA_COCOS2DX_SUPPORT_PLATFORM_ANDROID_LUA_JAVA_BRIDGE_H
#include <jni.h>
#include <string.h>
#include <string>
#include <vector>