summaryrefslogtreecommitdiff
path: root/debian/patches/0120-g++10.patch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2020-09-10 20:04:39 +0200
committerJörg Frings-Fürst <debian@jff.email>2020-09-10 20:04:39 +0200
commit0369eabb06d4b4ea2d8d2acf69dd4b3fb38f25b7 (patch)
treef608d3339801aacb70960b2a4674b0342c6c3ec0 /debian/patches/0120-g++10.patch
parent5bb815188761ef6da556393113b5722f1a731fc7 (diff)
Fix FTBFS with gcc-10
Diffstat (limited to 'debian/patches/0120-g++10.patch')
-rw-r--r--debian/patches/0120-g++10.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/0120-g++10.patch b/debian/patches/0120-g++10.patch
new file mode 100644
index 0000000..5828dcf
--- /dev/null
+++ b/debian/patches/0120-g++10.patch
@@ -0,0 +1,12 @@
+Index: trunk/libxsd-frontend/xsd-frontend/semantic-graph/elements.cxx
+===================================================================
+--- trunk.orig/libxsd-frontend/xsd-frontend/semantic-graph/elements.cxx
++++ trunk/libxsd-frontend/xsd-frontend/semantic-graph/elements.cxx
+@@ -3,6 +3,7 @@
+ // license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+
+ #include <algorithm>
++#include <iostream>
+
+ #include <cutl/compiler/type-info.hxx>
+