summaryrefslogtreecommitdiff
path: root/src/DateUtils.hpp
diff options
context:
space:
mode:
authorPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-05-10 18:27:17 +0500
committerPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-05-10 18:27:17 +0500
commita14878b4a453f48f3b200481c343a7fc59181b0f (patch)
treeba89b96fd5291dde97450e66a886c7d5c8915b2c /src/DateUtils.hpp
parentd059e68f0bfb5f59cb748f622ad7fc65e4f6a189 (diff)
datetime support
Diffstat (limited to 'src/DateUtils.hpp')
-rw-r--r--src/DateUtils.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/DateUtils.hpp b/src/DateUtils.hpp
new file mode 100644
index 0000000..358b431
--- /dev/null
+++ b/src/DateUtils.hpp
@@ -0,0 +1,7 @@
+#ifndef DATE_UTILS_H
+#define DATE_UTILS_H
+
+#include <ctime>
+#include <string>
+
+#endif // DATE_UTILS_H