From 8378013d7981e802787d25c25d7408363894c786 Mon Sep 17 00:00:00 2001 From: Tomasz Wasilczyk Date: Wed, 29 Nov 2023 21:39:29 -0800 Subject: Minor build-outside-android fixes - add missing includes - fix maybe_unused warning - use LOG_ALWAYS_FATAL instead of __assert (behind flag) Bug: 302723053 Test: mma in binder folder Change-Id: I4e90ff7c7f37e6736bc38abaa11744ccf7155a17 --- libs/binder/file.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/binder/file.cpp') diff --git a/libs/binder/file.cpp b/libs/binder/file.cpp index bac667e4e5..6e450b90b7 100644 --- a/libs/binder/file.cpp +++ b/libs/binder/file.cpp @@ -18,6 +18,8 @@ #ifdef BINDER_NO_LIBBASE +#include "Utils.h" + #include // clang-format off -- cgit v1.2.3-59-g8ed1b