From cccc0785a577ffac38479ab63b9c9c24fd835f37 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Mon, 23 Aug 2021 10:29:32 -0400 Subject: waterfox 2021.08 --- waterfox/0001-mbft-tests-fix-build.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 waterfox/0001-mbft-tests-fix-build.patch (limited to 'waterfox/0001-mbft-tests-fix-build.patch') diff --git a/waterfox/0001-mbft-tests-fix-build.patch b/waterfox/0001-mbft-tests-fix-build.patch new file mode 100644 index 0000000..b02dd62 --- /dev/null +++ b/waterfox/0001-mbft-tests-fix-build.patch @@ -0,0 +1,24 @@ +From 97ea3cead59c5599e90f04aeb046711887915a8f Mon Sep 17 00:00:00 2001 +From: Phantom X +Date: Fri, 20 Aug 2021 21:03:18 -0300 +Subject: [PATCH] mbft tests: fix build + +--- + mfbt/tests/TestUniquePtr.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/mfbt/tests/TestUniquePtr.cpp b/mfbt/tests/TestUniquePtr.cpp +index a207d9b..2952171 100644 +--- a/mfbt/tests/TestUniquePtr.cpp ++++ b/mfbt/tests/TestUniquePtr.cpp +@@ -13,6 +13,7 @@ + #include "mozilla/Vector.h" + + #include ++#include + + using mozilla::DefaultDelete; + using mozilla::IsSame; +-- +2.31.1 + -- cgit