summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/core/includes.hpp
diff options
context:
space:
mode:
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>