From 33f01fc324cbdbed29bd891a994a31221b349417 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 24 Nov 2025 10:20:38 +0100 Subject: hotpatch: fix messaging parser uses invalid soh. Signed-off-by: Amlal El Mahrouss --- include/ocl/core/includes.hpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'include/ocl/core/includes.hpp') 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 +#include +#include + #include #include #include -- cgit v1.2.3