summaryrefslogtreecommitdiff
path: root/imagescan/files/imagescan-3.62.0-gcc-10.patch
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@booking.com>2022-01-29 16:16:09 +0100
committerMarcin Deranek <marcin.deranek@booking.com>2022-01-29 16:16:09 +0100
commit42be422b5252d526a74d15316abc9ccc24f8868c (patch)
treea8ffe9fa3a0b987553624516ffa4078fc38efc8e /imagescan/files/imagescan-3.62.0-gcc-10.patch
parent67ef3600e8b820e0c2327eb0a058c04fc6f2e20c (diff)
downloadportage-42be422b5252d526a74d15316abc9ccc24f8868c.tar.gz
portage-42be422b5252d526a74d15316abc9ccc24f8868c.tar.bz2
portage-42be422b5252d526a74d15316abc9ccc24f8868c.zip
iscan-# became imagescan
Diffstat (limited to 'imagescan/files/imagescan-3.62.0-gcc-10.patch')
-rw-r--r--imagescan/files/imagescan-3.62.0-gcc-10.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/imagescan/files/imagescan-3.62.0-gcc-10.patch b/imagescan/files/imagescan-3.62.0-gcc-10.patch
new file mode 100644
index 0000000..4f8c63c
--- /dev/null
+++ b/imagescan/files/imagescan-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 {