diff --git a/tensorflow/core/debug/debug_io_utils.h b/tensorflow/core/debug/debug_io_utils.h index 5390ce408aa..842234d433b 100644 --- a/tensorflow/core/debug/debug_io_utils.h +++ b/tensorflow/core/debug/debug_io_utils.h @@ -253,6 +253,7 @@ struct hash<::tensorflow::DebugNodeKey> { // TODO(cais): Support grpc:// debug URLs in open source once Python grpc // genrule becomes available. See b/23796275. #ifndef PLATFORM_WINDOWS +#include "grpcpp/channel.h" #include "tensorflow/core/debug/debug_service.grpc.pb.h" namespace tensorflow {