31 lines
1,015 B
Diff
31 lines
1,015 B
Diff
|
diff --git a/.gitmodules b/.gitmodules
|
||
|
index 9b16a02..614613f 100644
|
||
|
--- a/.gitmodules
|
||
|
+++ b/.gitmodules
|
||
|
@@ -7,9 +7,9 @@
|
||
|
[submodule "third_party/bloaty"]
|
||
|
path = third_party/bloaty
|
||
|
url = https://github.com/google/bloaty.git
|
||
|
-[submodule "third_party/boringssl-with-bazel"]
|
||
|
- path = third_party/boringssl-with-bazel
|
||
|
- url = https://github.com/google/boringssl.git
|
||
|
+#[submodule "third_party/boringssl-with-bazel"]
|
||
|
+# path = third_party/boringssl-with-bazel
|
||
|
+# url = https://github.com/google/boringssl.git
|
||
|
[submodule "third_party/cares/cares"]
|
||
|
path = third_party/cares/cares
|
||
|
url = https://github.com/c-ares/c-ares.git
|
||
|
diff --git a/include/grpcpp/impl/proto_utils.h b/include/grpcpp/impl/proto_utils.h
|
||
|
index 20d1435..21cd206 100644
|
||
|
--- a/include/grpcpp/impl/proto_utils.h
|
||
|
+++ b/include/grpcpp/impl/proto_utils.h
|
||
|
@@ -20,7 +20,7 @@
|
||
|
#define GRPCPP_IMPL_PROTO_UTILS_H
|
||
|
|
||
|
#include <type_traits>
|
||
|
-
|
||
|
+#include <google/protobuf/stubs/status.h>
|
||
|
#include "absl/log/absl_check.h"
|
||
|
|
||
|
#include <grpc/byte_buffer_reader.h>
|