0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-11-23 14:56:16 +00:00
termux-packages/x11-packages/firefox/0024-fix-missing-include-for-macro-MOZ_TRY-in-TimeZone.cpp.patch
2024-03-23 20:58:13 +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>