mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Android: Ensure that jni headers are included if JUCE_CORE_INCLUDE_JNI_HELPERS is set but JUCE_CORE_INCLUDE_NATIVE_HEADERS isn't
This commit is contained in:
parent
8e9edeff8b
commit
7bb95a8334
1 changed files with 1 additions and 0 deletions
|
|
@ -318,6 +318,7 @@ namespace juce
|
|||
#endif
|
||||
|
||||
#if JUCE_CORE_INCLUDE_JNI_HELPERS && JUCE_ANDROID
|
||||
#include <jni.h>
|
||||
#include "native/juce_android_JNIHelpers.h"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue