summaryrefslogtreecommitdiff
path: root/media-video/movit/files/movit-1.6.3-gcc12.patch
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/movit/files/movit-1.6.3-gcc12.patch')
-rw-r--r--media-video/movit/files/movit-1.6.3-gcc12.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/media-video/movit/files/movit-1.6.3-gcc12.patch b/media-video/movit/files/movit-1.6.3-gcc12.patch
new file mode 100644
index 000000000000..00b9e9203b11
--- /dev/null
+++ b/media-video/movit/files/movit-1.6.3-gcc12.patch
@@ -0,0 +1,12 @@
+https://bugs.gentoo.org/839915
+
+--- a/test_util.cpp
++++ b/test_util.cpp
+@@ -2,6 +2,7 @@
+ #include <math.h>
+ #include <stdio.h>
+ #include <algorithm>
++#include <memory>
+ #include <epoxy/gl.h>
+ #include <gtest/gtest.h>
+ #include <gtest/gtest-message.h>