aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/debug
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-06-08 12:51:11 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-08 12:55:26 -0700
commit9affc2080bf9840f4c7da2990ba528114e25d3b1 (patch)
treeb1c987a945f050e4c31d1233dc87eba655cdf634 /tensorflow/core/debug
parent278fbe4146b160980fec318187546d9d8870d244 (diff)
Change gRPC include directory from "grpc++" to "grpcpp"
PiperOrigin-RevId: 199836336
Diffstat (limited to 'tensorflow/core/debug')
-rw-r--r--tensorflow/core/debug/debug_grpc_testlib.h2
-rw-r--r--tensorflow/core/debug/debug_io_utils.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/core/debug/debug_grpc_testlib.h b/tensorflow/core/debug/debug_grpc_testlib.h
index 58361bf78f..8d3c9ff575 100644
--- a/tensorflow/core/debug/debug_grpc_testlib.h
+++ b/tensorflow/core/debug/debug_grpc_testlib.h
@@ -19,7 +19,7 @@ limitations under the License.
#include <atomic>
#include <unordered_set>
-#include "grpc++/grpc++.h"
+#include "grpcpp/grpcpp.h"
#include "tensorflow/core/debug/debug_io_utils.h"
#include "tensorflow/core/debug/debug_service.grpc.pb.h"
#include "tensorflow/core/framework/tensor.h"
diff --git a/tensorflow/core/debug/debug_io_utils.cc b/tensorflow/core/debug/debug_io_utils.cc
index 03a011f79e..9e8002d490 100644
--- a/tensorflow/core/debug/debug_io_utils.cc
+++ b/tensorflow/core/debug/debug_io_utils.cc
@@ -23,7 +23,7 @@ limitations under the License.
#include <vector>
#ifndef PLATFORM_WINDOWS
-#include "grpc++/create_channel.h"
+#include "grpcpp/create_channel.h"
#else
// winsock2.h is used in grpc, so Ws2_32.lib is needed
#pragma comment(lib, "Ws2_32.lib")