summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/core/includes.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-24 10:20:38 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-24 10:20:51 +0100
commit33f01fc324cbdbed29bd891a994a31221b349417 (patch)
tree24944801b5106cf8469ca9b74af132f4d15c1d99 /include/ocl/core/includes.hpp
parent65a8349aa5526d071b18cd4d42586c46faaa3823 (diff)
hotpatch: fix messaging parser uses invalid soh.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
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>