commit | 3d3baed1bc85f8ddddb2764a5a09cd4d578419f0 | [log] [tgz] |
---|---|---|
author | Krzysztof Kosiński <krzysio@google.com> | Sat Aug 19 02:07:47 2023 +0000 |
committer | Krzysztof Kosiński <krzysio@google.com> | Sat Aug 19 02:07:47 2023 +0000 |
tree | 62bbd68e546d32a53c797e104d863ac8b8f4c5a8 | |
parent | 9aba25bace33896eb88a83f3f8d1733eee1d9c3d [diff] |
Add missing gRPC include. Othewise the header is not self contained and breaks when upgrading gRPC. Bug: 279548314 Test: presubmit 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>