From 87827e03aa01ba12829b88a775b946e32eadcf3a Mon Sep 17 00:00:00 2001 From: Yuxuan Li Date: Fri, 5 May 2017 14:12:42 -0700 Subject: use lock instand of atomics, fix include position --- test/cpp/qps/server.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/cpp/qps/server.h') diff --git a/test/cpp/qps/server.h b/test/cpp/qps/server.h index d75f379576..007770421a 100644 --- a/test/cpp/qps/server.h +++ b/test/cpp/qps/server.h @@ -44,6 +44,10 @@ #include "test/core/util/port.h" #include "test/cpp/qps/usage_timer.h" +extern "C" { +#include "src/core/lib/surface/completion_queue.h" +} + namespace grpc { namespace testing { -- cgit v1.2.3