0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-06-01 23:52:13 +00:00
Files
termux-packages/x11-packages/firefox/0023-fix-missing-include-for-macro-MOZ_TRY-in-TimeZone.cpp.patch
2025-03-24 09:42:44 +08:00

11 lines
213 B
Diff

--- a/intl/components/src/TimeZone.cpp
+++ b/intl/components/src/TimeZone.cpp
@@ -4,6 +4,7 @@
#include "mozilla/intl/TimeZone.h"
+#include "mozilla/Try.h"
#include "mozilla/Vector.h"
#include <algorithm>