mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-08-26 19:06:38 -04:00
c8bc56b0c6
Signed-off-by: w00657280 <wuyuechang3@huawei.com>
11 lines
301 B
C++
11 lines
301 B
C++
// -*-c++-*-
|
|
// vim: set ft=cpp:
|
|
|
|
/* Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
|
file Copyright.txt or https://cmake.org/licensing for details. */
|
|
#pragma once
|
|
|
|
#include <array> // IWYU pragma: export
|
|
|
|
#include <cm/bits/container_helpers.hxx> // IWYU pragma: export
|