summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/fix/detail/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ocl/fix/detail/config.hpp')
-rw-r--r--include/ocl/fix/detail/config.hpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/ocl/fix/detail/config.hpp b/include/ocl/fix/detail/config.hpp
index d1ac4fa..8d10b8b 100644
--- a/include/ocl/fix/detail/config.hpp
+++ b/include/ocl/fix/detail/config.hpp
@@ -5,8 +5,11 @@
* Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License.
*/
-#pragma once
+#ifndef __OCL_FIX_CONFIG
+#define __OCL_FIX_CHECKSUM
#include <ocl/detail/config.hpp>
#include <ocl/crc_hash.hpp>
-#include <ocl/print.hpp> \ No newline at end of file
+#include <ocl/print.hpp>
+
+#endif \ No newline at end of file