Skip to content

Commit 62e4053

Browse files
committed
Add some missing includes for internal build
Bug: b/409394333
1 parent 58540ed commit 62e4053

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

base/cvd/cuttlefish/host/commands/modem_simulator/network_service_constants.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
#pragma once
1717

18+
#include <utility>
19+
1820
namespace cuttlefish {
1921

2022
// Constants representing a not known or not detectable value for different

base/cvd/cuttlefish/host/commands/openwrt_control_server/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
#include <android-base/strings.h>
2626
#include <gflags/gflags.h>
27+
#include <google/protobuf/empty.pb.h>
2728
#include <grpcpp/ext/proto_server_reflection_plugin.h>
2829
#include <grpcpp/grpcpp.h>
2930
#include <grpcpp/health_check_service_interface.h>

base/cvd/cuttlefish/host/commands/run_cvd/launch/webrtc_controller.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include <android-base/logging.h>
2323
#include <fruit/component.h>
2424
#include "google/rpc/code.pb.h"
25+
#include "google/rpc/status.pb.h"
2526

2627
#include "cuttlefish/common/libs/fs/shared_fd.h"
2728
#include "cuttlefish/common/libs/utils/result.h"

base/cvd/cuttlefish/host/commands/screen_recording_server/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <string>
2020

2121
#include <gflags/gflags.h>
22+
#include <google/protobuf/empty.pb.h>
2223
#include <grpcpp/ext/proto_server_reflection_plugin.h>
2324
#include <grpcpp/grpcpp.h>
2425
#include <grpcpp/health_check_service_interface.h>

0 commit comments

Comments
 (0)