diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-25 09:58:00 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-25 09:58:00 +0100 |
| commit | 02fd0b59edbcb2b5c08ab1f36bbffc12ba08a5d3 (patch) | |
| tree | 8999218261cf83ccad14e51bf101827c48ea7ead /public/tools/Common.h | |
| parent | c517a9192a08f40ec6c2c387e98f3ea18bb28f4e (diff) | |
IMPL: New tool for ZkaOS 'make_container'
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'public/tools/Common.h')
| -rw-r--r-- | public/tools/Common.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/public/tools/Common.h b/public/tools/Common.h new file mode 100644 index 00000000..2633df38 --- /dev/null +++ b/public/tools/Common.h @@ -0,0 +1,19 @@ +/** + Sat Oct 26 07:03:28 AM CEST 2024 + (c) Theater Quality Inc. +*/ + +#ifndef APPS_COMMON_H +#define APPS_COMMON_H + +#include <cstdint> +#include <iostream> +#include <fstream> +#include <string> +#include <cstring> +#include <sstream> +#include <filesystem> +#include <cstdlib> +#include <vector> + +#endif // APPS_COMMON_H |
