// Copyright 2023-2025, 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://github.com/ocl-org/ocl #ifndef __OCL_HPP #define __OCL_HPP // Version header #include // Mandatory core headers. #include #include #include #include #include #include #ifdef __OCL_FIX # include #endif #ifdef __OCL_TPROC # include #endif #endif // ifndef __OCL_HPP