db-move: moved seahorse from [testing] to [extra] (x86_64)
[arch-packages.git] / xsd / repos / extra-x86_64 / gcc-11.patch
blobed06eebb700a695df8f60597c8b70e197942f82a
1 From 5029f8665190879285787a9dcdaf5f997cadd2e2 Mon Sep 17 00:00:00 2001
2 From: Boris Kolpackov <boris@codesynthesis.com>
3 Date: Fri, 23 Oct 2015 15:40:35 +0200
4 Subject: Add missing #include
6 ---
7 xsd-frontend/semantic-graph/elements.cxx | 1 +
8 1 file changed, 1 insertion(+)
10 diff --git a/xsd-frontend/semantic-graph/elements.cxx b/xsd-frontend/semantic-graph/elements.cxx
11 index fa48a9a..3159906 100644
12 --- a/xsd-frontend/semantic-graph/elements.cxx
13 +++ b/xsd-frontend/semantic-graph/elements.cxx
14 @@ -3,6 +3,7 @@
15 // license : GNU GPL v2 + exceptions; see accompanying LICENSE file
17 #include <algorithm>
18 +#include <iostream>
20 #include <cutl/compiler/type-info.hxx>
22 --
23 cgit v1.1