aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/bm_error.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-16 09:10:22 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-02-16 09:10:22 -0800
commit5663953cb4d364cc5d99c21fcb92375b57db7166 (patch)
tree9a20e6ab40f330cae67213d6210c7354518b261d /test/cpp/microbenchmarks/bm_error.cc
parent04847363dedc7f0f009b33aff802b3751af1e152 (diff)
Fix compilation on Linux
Diffstat (limited to 'test/cpp/microbenchmarks/bm_error.cc')
-rw-r--r--test/cpp/microbenchmarks/bm_error.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/microbenchmarks/bm_error.cc b/test/cpp/microbenchmarks/bm_error.cc
index 06153bf486..8a4b86f281 100644
--- a/test/cpp/microbenchmarks/bm_error.cc
+++ b/test/cpp/microbenchmarks/bm_error.cc
@@ -33,6 +33,8 @@
/* Test various operations on grpc_error */
+#include <memory>
+
extern "C" {
#include "src/core/lib/iomgr/error.h"
#include "src/core/lib/transport/error_utils.h"