Linux compile fix

pull/837/head
Craig Tiller 10 years ago
parent d1e18faefc
commit e38ec21122
  1. 3
      test/cpp/qps/client.h

@ -38,6 +38,9 @@
#include "test/cpp/qps/timer.h"
#include "test/cpp/qps/qpstest.pb.h"
#include <condition_variable>
#include <mutex>
namespace grpc {
namespace testing {

Loading…
Cancel
Save