summaryrefslogtreecommitdiffhomepage
path: root/apps/Common.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Common.h')
-rw-r--r--apps/Common.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/Common.h b/apps/Common.h
new file mode 100644
index 00000000..a9439bbf
--- /dev/null
+++ b/apps/Common.h
@@ -0,0 +1,14 @@
+/**
+ Sat Oct 26 07:03:28 AM CEST 2024
+ (C) EL Mahrouss Logic.
+*/
+
+#pragma once
+
+#include <cstdint>
+#include <iostream>
+#include <fstream>
+#include <string>
+#include <cstring>
+#include <sstream>
+#include <filesystem>