File 0001-Fix-build-with-GCC10.patch of Package xsd
From 99c4d0675289b708523c633eb09d00cb903a9603 Mon Sep 17 00:00:00 2001
From: Christophe Giboudeaux <christophe@krop.fr>
Date: Thu, 5 Dec 2019 10:11:25 +0100
Subject: [PATCH] Fix build with GCC10
---
libxsd-frontend/xsd-frontend/semantic-graph/elements.cxx | 1 +
1 file changed, 1 insertion(+)
diff --git a/libxsd-frontend/xsd-frontend/semantic-graph/elements.cxx b/libxsd-frontend/xsd-frontend/semantic-graph/elements.cxx
index fa48a9a..59994ae 100644
--- a/libxsd-frontend/xsd-frontend/semantic-graph/elements.cxx
+++ b/libxsd-frontend/xsd-frontend/semantic-graph/elements.cxx
@@ -2,6 +2,7 @@
// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
+#include <iostream>
#include <algorithm>
#include <cutl/compiler/type-info.hxx>
--
2.24.0