From: Ryan Prichard Date: Wed, 20 Mar 2024 02:56:00 +0000 (-0700) Subject: aidl: light: Add missing includes X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bdf34c8aa4e7b7856f05897baa46e0eaa8cee84b;p=GitHub%2FLineageOS%2Fandroid_hardware_samsung.git 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 --- 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;