Blender V5.0
set.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
5#pragma once
6
7#include <set>
8#include <unordered_set>
9
10#if defined(_MSC_VER) && (_MSC_VER >= 1900)
11# include <iterator>
12#endif
13
15
16using std::set;
17using std::unordered_set;
18
#define CCL_NAMESPACE_END