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, 14 insertions, 0 deletions
diff --git a/deb_patches/add-missing-include-functional.patch b/deb_patches/add-missing-include-functional.patch new file mode 100644 index 0000000..d1ff90e --- /dev/null +++ b/deb_patches/add-missing-include-functional.patch @@ -0,0 +1,14 @@ +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" |