commit | c608187f2162979062a67ee6b55414e66924c530 | [log] [tgz] |
---|---|---|
author | Krzysztof KosiĆski <krzysio@google.com> | Sat Aug 19 02:07:47 2023 +0000 |
committer | Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Mon Aug 21 20:12:27 2023 +0000 |
tree | 4766de7c1cfc42446c53a0f61dfc99ec852962ad | |
parent | ada622499bb253e93c69795d1cec800075500241 [diff] |
Add missing gRPC include. Othewise the header is not self contained and breaks when upgrading gRPC. Bug: 279548314 Test: presubmit (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:3d3baed1bc85f8ddddb2764a5a09cd4d578419f0) Merged-In: Ife50863bd16eda6bc639261b1f91fdfcf48f6294 Change-Id: Ife50863bd16eda6bc639261b1f91fdfcf48f6294
diff --git a/automotive/vehicle/aidl/impl/grpc/GRPCVehicleHardware.h b/automotive/vehicle/aidl/impl/grpc/GRPCVehicleHardware.h index 90588aa..e740da7 100644 --- a/automotive/vehicle/aidl/impl/grpc/GRPCVehicleHardware.h +++ b/automotive/vehicle/aidl/impl/grpc/GRPCVehicleHardware.h
@@ -24,6 +24,8 @@ #include "VehicleServer.grpc.pb.h" #include "VehicleServer.pb.h" +#include <grpc++/grpc++.h> + #include <atomic> #include <chrono> #include <condition_variable>