diff options
Diffstat (limited to 'boot/1.0/default/service.cpp')
-rw-r--r-- | boot/1.0/default/service.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/1.0/default/service.cpp b/boot/1.0/default/service.cpp index fbae285bdf..9879eb7946 100644 --- a/boot/1.0/default/service.cpp +++ b/boot/1.0/default/service.cpp @@ -17,6 +17,7 @@ #include <android/hardware/boot/1.0/IBootControl.h> #include <hidl/LegacySupport.h> +#include <hwbinder/ProcessState.h> using ::android::hardware::boot::V1_0::IBootControl; using android::hardware::defaultPassthroughServiceImplementation; |