aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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