Commit 3532528f authored by Clemens Hammacher's avatar Clemens Hammacher Committed by Commit Bot

Add missing include guards

R=ahaas@chromium.org

Change-Id: Ie46dce0e417ce528bbd81aa6ef87ca63a9fcc869
Reviewed-on: https://chromium-review.googlesource.com/593613Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47005}
parent f1fb4c1c
......@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef V8_BASE_TEMPLATE_UTILS_H
#define V8_BASE_TEMPLATE_UTILS_H
#include <array>
#include <memory>
......@@ -54,3 +57,5 @@ std::unique_ptr<T> make_unique(Args&&... args) {
} // namespace base
} // namespace v8
#endif // V8_BASE_TEMPLATE_UTILS_H
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment