/**************************************************************************** * Copyright (c) 2025, ArborX authors * * All rights reserved. * * * * This file is part of the ArborX library. ArborX is * * distributed under a BSD 3-clause license. For the licensing terms see * * the LICENSE file in the top-level directory. * * * * SPDX-License-Identifier: BSD-3-Clause * ****************************************************************************/ #ifndef ARBORX_HPP #define ARBORX_HPP #include // Indexes #include #ifdef ARBORX_ENABLE_MPI #include #endif #include #include // Indexes helpers #include #include #include #include // Misc #include #endif