| commit | f75fc12e3a1a614ee2d5d565742764e47d9aef96 | [log] [tgz] |
|---|---|---|
| author | Craig Tiller <craig.tiller@gmail.com> | Thu Jun 25 06:58:00 2015 -0700 |
| committer | Craig Tiller <craig.tiller@gmail.com> | Thu Jun 25 06:58:00 2015 -0700 |
| tree | 2a6c23e2e778f2c976fbe7aafb8f5069713d3525 | |
| parent | be79da21c5fab8cfc34c594ff27a28975b565eab [diff] [blame] |
Add a test that headers are properly in build.json Clean up anything that failed
diff --git a/test/cpp/qps/worker.cc b/test/cpp/qps/worker.cc index dfc102f..14a8b0b 100644 --- a/test/cpp/qps/worker.cc +++ b/test/cpp/qps/worker.cc
@@ -40,7 +40,7 @@ #include <grpc/support/time.h> #include <gflags/gflags.h> -#include "qps_worker.h" +#include "test/cpp/qps/qps_worker.h" #include "test/cpp/util/test_config.h" DEFINE_int32(driver_port, 0, "Driver server port.");