blob: 0568f90e803ce5dd23356739d79bd78d1dd67d9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* File: detail/config.hpp
* Purpose: Config file of the OCL.FIX library.
* Author: Amlal El Mahrouss (amlal@nekernel.org)
* Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License.
*/
#ifndef __OCL_FIX_CONFIG
#define __OCL_FIX_CONFIG
#include <ocl/detail/config.hpp>
#include <ocl/crc_hash.hpp>
#include <ocl/print.hpp>
#endif
|