// SPDX-License-Identifier: BSL-1.0 // Copyright 2023-2026, Amlal El Mahrouss (amlal@nekernel.org) // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // Official repository: https://git.ocl.nekernel.org/ocl #ifndef OCL_HPP #define OCL_HPP // Version header. #include // Mandatory OCL headers. #include #include #include #include #include #include #ifdef OCL_FIX # include #endif #ifdef OCL_TPROC # include #endif #endif // ifndef OCL_HPP