File: 0002-missing-include.patch

package info (click to toggle)
xsd 4.0.0-8.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 21,868 kB
  • sloc: cpp: 133,528; ansic: 13,666; makefile: 7,375; sh: 4,521; xml: 2,580; python: 8
file content (19 lines) | stat: -rw-r--r-- 575 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From 5029f8665190879285787a9dcdaf5f997cadd2e2 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov <boris@codesynthesis.com>
Date: Fri, 23 Oct 2015 15:40:35 +0200
Subject: Add missing #include

---
 xsd-frontend/semantic-graph/elements.cxx | 1 +
 1 file changed, 1 insertion(+)

--- a/libxsd-frontend/xsd-frontend/semantic-graph/elements.cxx
+++ b/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>