We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf734b commit c768df8Copy full SHA for c768df8
src/viam/sdk/common/client_helper.hpp
@@ -9,8 +9,6 @@ namespace grpc {
9
10
class Status;
11
12
-class ClientContext;
13
-
14
template <typename T>
15
class ClientReaderInterface;
16
src/viam/sdk/common/utils.hpp
@@ -3,6 +3,7 @@
3
#include <memory>
4
5
#include <boost/optional/optional.hpp>
6
+#include <grpcpp/client_context.h>
7
8
#include <viam/sdk/common/proto_value.hpp>
#include <viam/sdk/components/component.hpp>
@@ -17,12 +18,6 @@ class Timestamp;
17
18
} // namespace protobuf
19
} // namespace google
20
-namespace grpc {
21
22
23
24
-}
25
26
namespace viam {
27
namespace common {
28
namespace v1 {
0 commit comments