aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp
diff options
context:
space:
mode:
authorGravatar jingwen <jingwen@google.com>2018-04-27 18:17:29 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-04-27 18:19:06 -0700
commit15933a7a2dce343043d9f123a50f788120c9e849 (patch)
tree363234ce567539af28bee1c4535478d543985ce0 /src/main/cpp
parent8fe4bec124fe5ec8324ad9c2efbc19d0e7c899f9 (diff)
Automated rollback of commit 52356e76a02067e9dc79b469e9b97bd017d077ab.
*** Reason for rollback *** Breaks Bazel CI pipeline (pre and postsubmits) on all platforms: https://buildkite.com/bazel/bazel-bazel/builds/1785 Fixes https://github.com/bazelbuild/bazel/issues/5113 RELNOTES: None. PiperOrigin-RevId: 194620643
Diffstat (limited to 'src/main/cpp')
-rw-r--r--src/main/cpp/blaze.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/cpp/blaze.cc b/src/main/cpp/blaze.cc
index 2e114ed0eb..6c9aea3895 100644
--- a/src/main/cpp/blaze.cc
+++ b/src/main/cpp/blaze.cc
@@ -34,10 +34,10 @@
#include <stdlib.h>
#include <string.h>
-#include <grpcpp/channel.h>
-#include <grpcpp/client_context.h>
-#include <grpcpp/create_channel.h>
-#include <grpcpp/security/credentials.h>
+#include <grpc++/channel.h>
+#include <grpc++/client_context.h>
+#include <grpc++/create_channel.h>
+#include <grpc++/security/credentials.h>
#include <grpc/grpc.h>
#include <grpc/support/log.h>