aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/grpc_tool.h
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-07-25 14:56:06 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-07-25 14:56:06 -0700
commit724a4e253a579f44d6b3d4ab9599f771837d7580 (patch)
treec8603bc5ca71bd20009881944e2b779e7564e4b7 /test/cpp/util/grpc_tool.h
parent28263275f0ab22d5a9d01f7e5afddbcc24a9d22c (diff)
Add header guard
Diffstat (limited to 'test/cpp/util/grpc_tool.h')
-rw-r--r--test/cpp/util/grpc_tool.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/cpp/util/grpc_tool.h b/test/cpp/util/grpc_tool.h
index 9e61abf641..0c7217d962 100644
--- a/test/cpp/util/grpc_tool.h
+++ b/test/cpp/util/grpc_tool.h
@@ -31,6 +31,9 @@
*
*/
+#ifndef GRPC_TEST_CPP_UTIL_GRPC_TOOL_H
+#define GRPC_TEST_CPP_UTIL_GRPC_TOOL_H
+
#include <grpc++/support/config.h>
#include <functional>
@@ -44,3 +47,5 @@ int GrpcToolMainLib(int argc, const char **argv,
} // namespace testing
} // namespace grpc
+
+#endif // GRPC_TEST_CPP_UTIL_GRPC_TOOL_H