/*
 * 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_EXECUTION_HPP
#define HIPSYCL_PSTL_EXECUTION_HPP

#include_next <execution>


#include "pstl-impl/pstl.hpp" 

#endif
