From c5b3eb06fd0fd4f1f29b5c76c1b8865c55b88ea9 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 26 Feb 2026 22:56:57 +0100 Subject: feat: fix/fix.inl: introduce ocl/fix.inl header. Signed-off-by: Amlal El Mahrouss --- src/fix/parser_impl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/fix/parser_impl.cpp b/src/fix/parser_impl.cpp index 11333fd..4db9873 100644 --- a/src/fix/parser_impl.cpp +++ b/src/fix/parser_impl.cpp @@ -2,11 +2,12 @@ * File: fix/parser_impl.cpp * Purpose: Financial Information Exchange parser in C++ * Author: Amlal El Mahrouss (amlal@nekernel.org) - * Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License. + * Copyright 2025-2026, Amlal El Mahrouss, licensed under the Boost Software License. */ #define OCL_FIX_HAS_IMPL #include +#include namespace ocl::fix { -- cgit v1.2.3