commit | 1d33595fe336dd604f2d8d47d35ea0b5b8379967 | [log] [tgz] |
---|---|---|
author | Daniel Zheng <zhengdaniel@google.com> | Tue Jun 20 12:31:10 2023 -0700 |
committer | Daniel Zheng <zhengdaniel@google.com> | Tue Jun 27 10:37:47 2023 -0700 |
tree | 2d10bede6dd86b279ae234fb0bf586500805d41b | |
parent | a4b7ba6b509dcff7d24119d51e636aa7aa888c42 [diff] |
Add include for brillo error Including what we use in this file Test: m update_engine Change-Id: I10dc56d2c9e9d908b1d3a959d08e2bad59cc2120
diff --git a/aosp/binder_service_android_common.h b/aosp/binder_service_android_common.h index 223b32e..5e137b9 100644 --- a/aosp/binder_service_android_common.h +++ b/aosp/binder_service_android_common.h
@@ -20,6 +20,8 @@ #include <string> #include <vector> +#include "brillo/errors/error.h" + #include <binder/Status.h> namespace chromeos_update_engine {