summaryrefslogtreecommitdiffhomepage
path: root/apps/Common.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-07 19:32:41 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-07 19:32:41 +0100
commit54f19b4fa7069aa715a4e7f6a4bcbf78ba7e849b (patch)
treec465a0f3d04d5ce26d8e5a79a4c2ccf2a424135e /apps/Common.h
parent90d1736123ade4967311ca6691045641e85fe183 (diff)
Common.h: Made a specific header guard for that file.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'apps/Common.h')
-rw-r--r--apps/Common.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/Common.h b/apps/Common.h
index ccc97e3c..be645abb 100644
--- a/apps/Common.h
+++ b/apps/Common.h
@@ -1,9 +1,10 @@
/**
Sat Oct 26 07:03:28 AM CEST 2024
- (c) Amlal EL Mahrouss.
+ (c) EL Mahrouss Logic.
*/
-#pragma once
+#ifndef APPS_COMMON_H
+#define APPS_COMMON_H
#include <cstdint>
#include <iostream>
@@ -12,3 +13,5 @@
#include <cstring>
#include <sstream>
#include <filesystem>
+
+#endif // APPS_COMMON_H \ No newline at end of file