summaryrefslogtreecommitdiff
path: root/media-gfx/iscan/files/iscan-3.62.0-gcc-10.patch
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@booking.com>2021-01-28 13:28:35 +0100
committerMarcin Deranek <marcin.deranek@booking.com>2021-01-28 13:28:41 +0100
commit12dee237bbe6f978032611cc7e0d388abb6acab3 (patch)
tree7f1e049d81fbff6dcaf5e54397d933ff2839f8c2 /media-gfx/iscan/files/iscan-3.62.0-gcc-10.patch
parent78d0ca9de671ae06f7ece64a9831922f69c80a34 (diff)
downloadportage-12dee237bbe6f978032611cc7e0d388abb6acab3.tar.gz
portage-12dee237bbe6f978032611cc7e0d388abb6acab3.tar.bz2
portage-12dee237bbe6f978032611cc7e0d388abb6acab3.zip
[media-gfx/iscan] New ebuild
Diffstat (limited to 'media-gfx/iscan/files/iscan-3.62.0-gcc-10.patch')
-rw-r--r--media-gfx/iscan/files/iscan-3.62.0-gcc-10.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/media-gfx/iscan/files/iscan-3.62.0-gcc-10.patch b/media-gfx/iscan/files/iscan-3.62.0-gcc-10.patch
new file mode 100644
index 0000000..4f8c63c
--- /dev/null
+++ b/media-gfx/iscan/files/iscan-3.62.0-gcc-10.patch
@@ -0,0 +1,20 @@
+--- a/utsushi/string.hpp 2020-05-08 23:20:11.642359134 +0200
++++ b/utsushi/string.hpp 2020-05-08 23:20:21.834246187 +0200
+@@ -23,6 +23,7 @@
+
+ #include <iosfwd>
+ #include <string>
++#include <iostream>
+
+ #include <boost/operators.hpp>
+
+--- a/utsushi/toggle.hpp 2019-11-18 03:08:06.000000000 +0100
++++ b/utsushi/toggle.hpp 2020-05-08 23:23:40.284045167 +0200
+@@ -22,6 +22,7 @@
+ #define utsushi_toggle_hpp_
+
+ #include <iosfwd>
++#include <iostream>
+ #include <boost/operators.hpp>
+
+ namespace utsushi {