diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-04 06:12:03 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-04 06:15:20 -0500 |
| commit | 3c1fec18cc1d11d247cfd0bd23c199ea65f3d7bd (patch) | |
| tree | 81a7e6bd2264f0e2740a74be05aa708c53f01000 /include/ocl/fix/detail/config.hpp | |
chore: OCL.FIX module, initial commit.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/fix/detail/config.hpp')
| -rw-r--r-- | include/ocl/fix/detail/config.hpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/ocl/fix/detail/config.hpp b/include/ocl/fix/detail/config.hpp new file mode 100644 index 0000000..d1ac4fa --- /dev/null +++ b/include/ocl/fix/detail/config.hpp @@ -0,0 +1,12 @@ +/* + * 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. + */ + +#pragma once + +#include <ocl/detail/config.hpp> +#include <ocl/crc_hash.hpp> +#include <ocl/print.hpp>
\ No newline at end of file |
