blender/intern/cycles/util/queue.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
259 B
C
Raw Normal View History

/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
*
* SPDX-License-Identifier: Apache-2.0 */
#ifndef __UTIL_QUEUE_H__
#define __UTIL_QUEUE_H__
#include <queue>
CCL_NAMESPACE_BEGIN
using std::queue;
CCL_NAMESPACE_END
#endif /* __UTIL_LIST_H__ */