/*
 * This file is part of AdaptiveCpp, an implementation of SYCL and C++ standard
 * parallelism for CPUs and GPUs.
 *
 * Copyright The AdaptiveCpp Contributors
 *
 * AdaptiveCpp is released under the BSD 2-Clause "Simplified" License.
 * See file LICENSE in the project root for full license details.
 */
// SPDX-License-Identifier: BSD-2-Clause

#ifndef HIPSYCL_PSTL_ALGORITHM_HPP
#define HIPSYCL_PSTL_ALGORITHM_HPP

#include_next <algorithm>

#include "detail/algorithm_fwd.hpp"

#endif
