diff options
Diffstat (limited to 'apps/Common.h')
| -rw-r--r-- | apps/Common.h | 7 |
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 |
