From 5663953cb4d364cc5d99c21fcb92375b57db7166 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 16 Feb 2017 09:10:22 -0800 Subject: Fix compilation on Linux --- test/cpp/microbenchmarks/bm_error.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/cpp/microbenchmarks/bm_error.cc') 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 + extern "C" { #include "src/core/lib/iomgr/error.h" #include "src/core/lib/transport/error_utils.h" -- cgit v1.2.3