Skip to content

Commit 69e5092

Browse files
small fixes for Android
1 parent 6af9621 commit 69e5092

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

include/nbl/system/CSystemAndroid.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@
77
#ifdef _NBL_PLATFORM_ANDROID_
88
#include "nbl/system/ISystemPOSIX.h"
99

10+
#include <jni.h>
11+
12+
1013
struct ANativeActivity;
11-
struct JNIEnv;
1214

1315
namespace nbl::system
1416
{

src/nbl/system/CAPKResourcesArchive.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
#define _NBL_SYSTEM_C_APK_RESOURCES_ARCHIVE_LOADER_H_INCLUDED_
33

44

5-
#include "nbl/system/IFileArchive.h"
6-
5+
#include "nbl/system/CFileArchive.h"
76

87
#ifdef _NBL_PLATFORM_ANDROID_
8+
#include <jni.h>
9+
10+
911
struct AAssetManager;
10-
struct JNIEnv;
1112
struct ANativeActivity;
1213

1314
namespace nbl::system

0 commit comments

Comments
 (0)