Skip to content

Commit b18f477

Browse files
committed
put grpc includes back
1 parent 6a2710f commit b18f477

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/viam/sdk/common/client_helper.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#pragma once
22

3+
#include <grpcpp/client_context.h>
4+
#include <grpcpp/support/sync_stream.h>
5+
36
#include <viam/sdk/common/exception.hpp>
47
#include <viam/sdk/common/private/utils.hpp>
58
#include <viam/sdk/common/proto_value.hpp>
@@ -9,9 +12,6 @@ namespace grpc {
912

1013
class Status;
1114

12-
template <typename T>
13-
class ClientReaderInterface;
14-
1515
} // namespace grpc
1616

1717
namespace viam {

0 commit comments

Comments
 (0)