aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-10-23 15:40:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-10-23 15:40:35 +0200
commit5029f8665190879285787a9dcdaf5f997cadd2e2 (patch)
treea60273490cbd4f1cade1e59e1d908c9ff2d6ac90
parentde7b5d87c6c96e80cd1a83ad6e7a9a39bca939c8 (diff)
Add missing #include
-rw-r--r--xsd-frontend/semantic-graph/elements.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xsd-frontend/semantic-graph/elements.cxx b/xsd-frontend/semantic-graph/elements.cxx
index fa48a9a..3159906 100644
--- a/xsd-frontend/semantic-graph/elements.cxx
+++ b/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>