diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-05-10 18:27:17 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-05-10 18:27:17 +0500 |
| commit | a14878b4a453f48f3b200481c343a7fc59181b0f (patch) | |
| tree | ba89b96fd5291dde97450e66a886c7d5c8915b2c /src/RSS.hpp | |
| parent | d059e68f0bfb5f59cb748f622ad7fc65e4f6a189 (diff) | |
datetime support
Diffstat (limited to 'src/RSS.hpp')
| -rw-r--r-- | src/RSS.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RSS.hpp b/src/RSS.hpp index 709125d..1394842 100644 --- a/src/RSS.hpp +++ b/src/RSS.hpp @@ -12,6 +12,7 @@ #include <utility> #include <variant> #include <vector> +#include "DateUtils.hpp" class XML_leaf { public: |
