Fix missing header

pull/9745/head
Craig Tiller 8 years ago
parent 4f60fbf104
commit be42e1cb6a
  1. 1
      test/cpp/microbenchmarks/bm_call_create.cc

@ -34,6 +34,7 @@
/* This benchmark exists to ensure that the benchmark integration is
* working */
#include <string.h>
#include <sstream>
#include <grpc++/support/channel_arguments.h>

Loading…
Cancel
Save