Blender V5.0
concurrent_vector.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2011-2025 Blender Foundation
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
5#pragma once
6
7/* TBB includes <windows.h>, do it ourselves first so we are sure
8 * WIN32_LEAN_AND_MEAN and similar are defined beforehand. */
9#ifdef _WIN32
10# include "util/windows.h"
11#endif
12
13#include <tbb/concurrent_vector.h>
14
16
17using tbb::concurrent_vector;
18
#define CCL_NAMESPACE_END