View | Details | Raw Unified | Return to bug 275806 | Differences between
and this patch

Collapse All | Expand All

(-)deskutils/syncthingtray/files/patch-c++utilities_chrono_timespan.cpp (+10 lines)
Added Link Here
1
--- ./../c++utilities/chrono/timespan.cpp.orig	2023-12-17 16:08:04.427911000 +0100
2
+++ ./../c++utilities/chrono/timespan.cpp	2023-12-17 16:08:21.333354000 +0100
3
@@ -5,6 +5,7 @@
4
 #include "../conversion/stringbuilder.h"
5
 #include "../conversion/stringconversion.h"
6
 
7
+#include <array>
8
 #include <charconv>
9
 #include <cmath>
10
 #include <cstdlib>

Return to bug 275806