Add necessary include

pull/1969/head
Craig Tiller 10 years ago
parent ce40de58da
commit 44290f1b6f
  1. 2
      include/grpc++/impl/call.h

@ -44,6 +44,8 @@
#include <memory>
#include <map>
#include <string.h>
struct grpc_call;
struct grpc_op;

Loading…
Cancel
Save