20 lines
838 B
Diff
20 lines
838 B
Diff
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>
|
|
|