commit | 0caebbfcfe45a6469b7ff6744fffe2e0a4871485 | [log] [tgz] |
---|---|---|
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | Thu Apr 09 23:08:51 2015 +0200 |
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | Thu Apr 09 23:08:51 2015 +0200 |
tree | c4d0a82ae82da4583ce8716411818c4076521323 | |
parent | 7dde627a6a6981f53bcc55e2efcb2401ff103f04 [diff] [blame] |
Splitting gRPC service class codegen into its own set of files.
diff --git a/test/cpp/qps/client.h b/test/cpp/qps/client.h index cae7f44..08b338c 100644 --- a/test/cpp/qps/client.h +++ b/test/cpp/qps/client.h
@@ -36,7 +36,7 @@ #include "test/cpp/qps/histogram.h" #include "test/cpp/qps/timer.h" -#include "test/cpp/qps/qpstest.pb.h" +#include "test/cpp/qps/qpstest.grpc.pb.h" #include <condition_variable> #include <mutex>