aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/server.h
diff options
context:
space:
mode:
authorGravatar Yuxuan Li <yuxuanli@google.com>2017-05-05 14:12:42 -0700
committerGravatar Yuxuan Li <yuxuanli@google.com>2017-05-05 14:12:42 -0700
commit87827e03aa01ba12829b88a775b946e32eadcf3a (patch)
tree80a4db0e0aa2bdcec01eae8cf5a6669a4257dbd3 /test/cpp/qps/server.h
parentbfb495d026952048c7fee641879deea357075ad8 (diff)
use lock instand of atomics, fix include position
Diffstat (limited to 'test/cpp/qps/server.h')
-rw-r--r--test/cpp/qps/server.h4
1 files changed, 4 insertions, 0 deletions
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 {