Add Chromium-only Blender WebEngine parity work
This commit is contained in:
13
blender-5.2.0/intern/cycles/util/queue.h
Normal file
13
blender-5.2.0/intern/cycles/util/queue.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0 */
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <queue>
|
||||
|
||||
CCL_NAMESPACE_BEGIN
|
||||
|
||||
using std::queue;
|
||||
|
||||
CCL_NAMESPACE_END
|
||||
Reference in New Issue
Block a user