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 {