blob: 7f0b86c33a7afaccde3673666ef988afd158c610 [file] [log] [blame]
// Copyright 2019 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ZIRCON_KERNEL_INCLUDE_KTL_ARRAY_H_
#define ZIRCON_KERNEL_INCLUDE_KTL_ARRAY_H_
#include <array>
namespace ktl {
using std::array;
} // namespace ktl
#endif // ZIRCON_KERNEL_INCLUDE_KTL_ARRAY_H_