// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "default.h" #include "device.h" #include "scene.h" #include "../builders/primref.h" #include "../../common/tasking/taskscheduler.h" namespace embree { class FastAllocator { … }; }