diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-29 14:55:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-29 14:55:09 -0500 |
| commit | 7c86d7af9688f74a4a8aa88cdba7a52b56ce79fd (patch) | |
| tree | 8322b0d20dd02660c3f26fcfd37c2cc4dcd33cda /include/ocl/fix | |
| parent | 83e5efd79e102713aef3178f003402dcd5613e67 (diff) | |
| parent | a8e99f3a783069cf85b626c6cfb2fbe83ae4fd44 (diff) | |
Merge pull request #27 from amlel-el-mahrouss/develop
chore: new version of OCL and codebase cleanup.
Diffstat (limited to 'include/ocl/fix')
| -rw-r--r-- | include/ocl/fix/parser.hpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/ocl/fix/parser.hpp b/include/ocl/fix/parser.hpp index 02ab50c..3d24cf0 100644 --- a/include/ocl/fix/parser.hpp +++ b/include/ocl/fix/parser.hpp @@ -8,11 +8,12 @@ #ifndef _OCL_FIX_PARSER_HPP #define _OCL_FIX_PARSER_HPP -#include <algorithm> #include <core/config.hpp> -#include <string> #include <io/print.hpp> +#include <algorithm> +#include <string> + namespace ocl::fix { template <typename char_type> |
