summaryrefslogtreecommitdiff
path: root/src/DateUtils.hpp
diff options
context:
space:
mode:
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