summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/core/includes.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-24 04:21:56 -0500
committerGitHub <noreply@github.com>2025-11-24 04:21:56 -0500
commit0ea8adbf99d0524af96c31c6fa283d9adf483736 (patch)
tree24944801b5106cf8469ca9b74af132f4d15c1d99 /include/ocl/core/includes.hpp
parent85f89ee4bb137100cbeffcbc10168eb8ea52e6cc (diff)
parent33f01fc324cbdbed29bd891a994a31221b349417 (diff)
Merge pull request #19 from amlel-el-mahrouss/develop
hotpatch: fix messaging parser uses invalid soh.
Diffstat (limited to 'include/ocl/core/includes.hpp')
-rw-r--r--include/ocl/core/includes.hpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/ocl/core/includes.hpp b/include/ocl/core/includes.hpp
index 9ed8ffb..8d94cc0 100644
--- a/include/ocl/core/includes.hpp
+++ b/include/ocl/core/includes.hpp
@@ -1,12 +1,16 @@
/*
- * File: core/includes.hpp
- * Purpose: Core includes of the OCL.
+ * File: core/config.hpp
+ * Purpose: Config file of the OCL.
* Author: Amlal El Mahrouss (amlal@nekernel.org)
* Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License.
*/
#pragma once
+#include <memory>
+#include <iostream>
+#include <string>
+
#include <boost/config.hpp>
#include <boost/core/nvp.hpp>
#include <boost/core/demangle.hpp>