Skip to content

Commit 92cbd4e

Browse files
fergushendersoncopybara-github
authored andcommitted
Add missing #include.
PiperOrigin-RevId: 701765873
1 parent b042331 commit 92cbd4e

File tree

1 file changed

+1
-0
lines changed
  • lite/examples/native_api/android_play_services/c_api/app/src/main/cpp

1 file changed

+1
-0
lines changed

lite/examples/native_api/android_play_services/c_api/app/src/main/cpp/logging_assert.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ limitations under the License.
1616
#ifndef LOGGING_ASSERT_H_ // NOLINT(build/header_guard)
1717
#define LOGGING_ASSERT_H_
1818

19+
#include <android/log.h>
1920
#include <stdio.h>
2021

2122
// We use an extra level of macro indirection here to ensure that the

0 commit comments

Comments
 (0)