aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_worker.h
diff options
context:
space:
mode:
authorGravatar Guantao Liu <guantaol@google.com>2017-07-14 18:33:30 -0700
committerGravatar Guantao Liu <guantaol@google.com>2017-07-14 18:33:30 -0700
commit91d8f0b5a846553ed11d0908129aaad116f63be4 (patch)
treecbe7c0bd92d5db331ee127a6a691b3782ad73e1e /test/cpp/qps/qps_worker.h
parentac9fdfbc40507a6c5453b171561537ee9cafe61a (diff)
Added the missing header file and fixed a syntax error.
Diffstat (limited to 'test/cpp/qps/qps_worker.h')
-rw-r--r--test/cpp/qps/qps_worker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/qps/qps_worker.h b/test/cpp/qps/qps_worker.h
index 32ff98da9b..5c1d1a8ae6 100644
--- a/test/cpp/qps/qps_worker.h
+++ b/test/cpp/qps/qps_worker.h
@@ -22,6 +22,7 @@
#include <memory>
#include <grpc/support/atm.h>
+#include <grpc++/support/config.h>
namespace grpc {