aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-08-15 18:34:43 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-08-15 18:34:43 -0700
commit2bf991332364cf3e293f66d71e99f274e5959a2e (patch)
tree34ad167ff03b4f42975fda699d665f4760bbe221 /test
parent9bf906234e6e1245e54185a84f132e1fe462757e (diff)
Fix wrongly included header
Diffstat (limited to 'test')
-rw-r--r--test/cpp/util/grpc_tool.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/grpc_tool.cc b/test/cpp/util/grpc_tool.cc
index 17fc406cca..f06053ca23 100644
--- a/test/cpp/util/grpc_tool.cc
+++ b/test/cpp/util/grpc_tool.cc
@@ -31,7 +31,7 @@
*
*/
-#include "grpc_tool.h"
+#include "test/cpp/util/grpc_tool.h"
#include <unistd.h>
#include <fstream>