diff src/core/date.cc @ 404:e561b7542b7b default tip

*: fix build on mac os x
author Paper <paper@tflc.us>
date Mon, 19 Jan 2026 20:50:40 -0500
parents 1e5d922fe82b
children
line wrap: on
line diff
--- a/src/core/date.cc	Mon Nov 10 15:51:45 2025 -0500
+++ b/src/core/date.cc	Mon Jan 19 20:50:40 2026 -0500
@@ -6,6 +6,7 @@
 #include <QDebug>
 
 #include <algorithm>
+#include <sstream>
 #include <cstdio>
 
 /* An implementation of AniList's "fuzzy date" */