blob: 405f0b9a130e89722d55e0695722bbd09847c4ea [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors
//
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT
#ifndef ZIRCON_KERNEL_INCLUDE_KTL_PAIR_H_
#define ZIRCON_KERNEL_INCLUDE_KTL_PAIR_H_
#include <utility>
namespace ktl {
using std::pair;
using std::piecewise_construct_t;
using std::piecewise_construct;
} // namespace ktl
#endif // ZIRCON_KERNEL_INCLUDE_KTL_PAIR_H_