Include jni.h in jni_int_wrapper.h.
This is needed in order to use jint and make the header self contained. Bug: b/251890128 Change-Id: Ie6c323113370a1d49f68c783137292e1c0be07d2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/278780 Commit-Queue: Xavier Lepaul <xalep@webrtc.org> Reviewed-by: Xavier Lepaul <xalep@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38351}
This commit is contained in:

committed by
WebRTC LUCI CQ

parent
4e013482fc
commit
5d17b7e05e
@ -14,6 +14,8 @@
|
|||||||
#ifndef SDK_ANDROID_NATIVE_API_JNI_JNI_INT_WRAPPER_H_
|
#ifndef SDK_ANDROID_NATIVE_API_JNI_JNI_INT_WRAPPER_H_
|
||||||
#define SDK_ANDROID_NATIVE_API_JNI_JNI_INT_WRAPPER_H_
|
#define SDK_ANDROID_NATIVE_API_JNI_JNI_INT_WRAPPER_H_
|
||||||
|
|
||||||
|
#include <jni.h>
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
// Wrapper used to receive int when calling Java from native. The wrapper
|
// Wrapper used to receive int when calling Java from native. The wrapper
|
||||||
|
Reference in New Issue
Block a user