summaryrefslogtreecommitdiffhomepage
path: root/tools/Common.h
blob: e80f1d1199df2196e19c4635fdbca96419b85523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
	Sat Oct 26 07:03:28 AM CEST 2024
	(C) ZKA Web Services Co.
*/

#pragma once

#include <cstdint>
#include <iostream>
#include <fstream>
#include <string>
#include <cstring>
#include <sstream>
#include <filesystem>