summaryrefslogtreecommitdiff
path: root/debian/patches/0120-g++10.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0120-g++10.patch')
-rw-r--r--debian/patches/0120-g++10.patch19
1 files changed, 19 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..441b278
--- /dev/null
+++ b/debian/patches/0120-g++10.patch
@@ -0,0 +1,19 @@
+Description: Fix FTBFS with gcc-10
+Author: Boris Kolpackov <boris@codesynthesis.com>
+Origin: upstream, https://git.codesynthesis.com/cgit/libxsd-frontend/libxsd-frontend/commit/?id=5029f8665190879285787a9dcdaf5f997cadd2e2
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957999
+Last-Update: 2020-09-10
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+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>
+