diff options
Diffstat (limited to 'deb_patches/add-missing-include-functional.patch')
-rw-r--r-- | deb_patches/add-missing-include-functional.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/deb_patches/add-missing-include-functional.patch b/deb_patches/add-missing-include-functional.patch deleted file mode 100644 index d1ff90e..0000000 --- a/deb_patches/add-missing-include-functional.patch +++ /dev/null @@ -1,14 +0,0 @@ -Description: add missing #include directive for the use of std::function -Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1626972 -Author: Olivier Tilloy <olivier.tilloy@canonical.com> - ---- a/image/imgFrame.h -+++ b/image/imgFrame.h -@@ -7,6 +7,7 @@ - #ifndef mozilla_image_imgFrame_h - #define mozilla_image_imgFrame_h - -+#include <functional> - #include <utility> - - #include "AnimationParams.h" |