Skip to content

Commit f407b39

Browse files
committed
external: Update android-jni-wrappers to fix GitHub issue 275.
1 parent 03f6280 commit f407b39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/external/android-jni-wrappers/wrap/ObjectWrapperBase.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
// Copyright 2020, Collabora, Ltd.
1+
// Copyright 2020-2021, Collabora, Ltd.
22
// SPDX-License-Identifier: BSL-1.0
33
// Author: Ryan Pavlik <[email protected]>
44

55
#pragma once
6+
#include <assert.h>
67
#include <jni.h>
78
#include <jnipp.h>
89

0 commit comments

Comments
 (0)