summaryrefslogtreecommitdiff
path: root/xsd
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-19 10:51:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-19 10:51:40 +0200
commit9a1c3b21329f2bcae86babb705d089714dd7e27b (patch)
tree5509216b45cbe0dd9abd555ca76b16ad619253e7 /xsd
parent1f532fbef3e224eeff5b4bb93a5209df9c08f245 (diff)
Add missing header inclusion
Diffstat (limited to 'xsd')
-rw-r--r--xsd/cxx/elements.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xsd/cxx/elements.cxx b/xsd/cxx/elements.cxx
index a62ed5d..2bd29bb 100644
--- a/xsd/cxx/elements.cxx
+++ b/xsd/cxx/elements.cxx
@@ -7,6 +7,7 @@
#include <backend-elements/regex.hxx>
+#include <cctype> // std::toupper
#include <sstream>
#include <iostream>
#include <algorithm>