summaryrefslogtreecommitdiffstats
path: root/gin/function_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'gin/function_template.h')
-rw-r--r--gin/function_template.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gin/function_template.h b/gin/function_template.h
index 99165f5..020357d1 100644
--- a/gin/function_template.h
+++ b/gin/function_template.h
@@ -4,6 +4,9 @@
+#ifndef GIN_FUNCTION_TEMPLATE_H_
+#define GIN_FUNCTION_TEMPLATE_H_
+
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -354,3 +357,5 @@ v8::Local<v8::FunctionTemplate> CreateFunctionTemplate(
}
} // namespace gin
+
+#endif // GIN_FUNCTION_TEMPLATE_H_