From 91d8f0b5a846553ed11d0908129aaad116f63be4 Mon Sep 17 00:00:00 2001 From: Guantao Liu Date: Fri, 14 Jul 2017 18:33:30 -0700 Subject: Added the missing header file and fixed a syntax error. --- test/cpp/qps/qps_worker.h | 1 + 1 file changed, 1 insertion(+) (limited to 'test/cpp/qps/qps_worker.h') 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 #include +#include namespace grpc { -- cgit v1.2.3