// Copyright 2009-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 #pragma once #include "../common/builder.h" #include "../../common/algorithms/parallel_reduce.h" #include "../../common/algorithms/parallel_sort.h" namespace embree { namespace isa { struct BVHBuilderMorton { … }; } }