diff options
author | B. Stack <bgstack15@gmail.com> | 2021-08-23 10:29:32 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-08-23 10:29:32 -0400 |
commit | cccc0785a577ffac38479ab63b9c9c24fd835f37 (patch) | |
tree | 5b038f97d41854d7875a047a914c7b680bf5f139 /waterfox/0001-mbft-tests-fix-build.patch | |
parent | Merge branch 'freefilesync-bump' into 'master' (diff) | |
download | stackrpms-cccc0785a577ffac38479ab63b9c9c24fd835f37.tar.gz stackrpms-cccc0785a577ffac38479ab63b9c9c24fd835f37.tar.bz2 stackrpms-cccc0785a577ffac38479ab63b9c9c24fd835f37.zip |
waterfox 2021.08
Diffstat (limited to 'waterfox/0001-mbft-tests-fix-build.patch')
-rw-r--r-- | waterfox/0001-mbft-tests-fix-build.patch | 24 |
1 files changed, 24 insertions, 0 deletions
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 <PhantomX@users.noreply.github.com> +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 <stddef.h> ++#include <utility> + + using mozilla::DefaultDelete; + using mozilla::IsSame; +-- +2.31.1 + |