diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-26 22:56:57 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-26 22:56:57 +0100 |
| commit | c5b3eb06fd0fd4f1f29b5c76c1b8865c55b88ea9 (patch) | |
| tree | 7e5a272f007376d73278584f1345881d57895946 /src/fix | |
| parent | 9314dede83ef22422c81388b58100d01b85dd7bb (diff) | |
feat: fix/fix.inl: introduce ocl/fix.inl header.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/fix')
| -rw-r--r-- | src/fix/parser_impl.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 <ocl/fix/parser.hpp> +#include <boost/algorithm/cxx11/is_sorted.hpp> namespace ocl::fix { |
