From bdf34c8aa4e7b7856f05897baa46e0eaa8cee84b Mon Sep 17 00:00:00 2001 From: Ryan Prichard Date: Tue, 19 Mar 2024 19:56:00 -0700 Subject: [PATCH] aidl: light: Add missing includes The new libc++ omits some transitive includes, triggering build failures in places that don't include the headers they need. Bug: 175635923 Change-Id: I0d4918f292f05286cfd3547e50b4e37ab2780bd0 --- aidl/light/Lights.h | 1 + 1 file changed, 1 insertion(+) diff --git a/aidl/light/Lights.h b/aidl/light/Lights.h index a45c270..3cb5433 100644 --- a/aidl/light/Lights.h +++ b/aidl/light/Lights.h @@ -9,6 +9,7 @@ #include #include +#include #include using ::aidl::android::hardware::light::HwLightState; -- 2.20.1