summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorDavid Ostrovsky <david@ostrovsky.org>2015-09-03 21:55:16 +0200
committerMichael Stahl <mstahl@redhat.com>2015-09-03 20:13:40 +0000
commitaafc0d29178ebb88201d4062481d3498e4a9ff18 (patch)
tree19c1e97e7e98218892bd68f51ce96c7d1b35893b /unoxml
parent8a4848b373afee618769051d6c70fb4c9efdaeed (diff)
unoxml: Add missing include
Change-Id: I5497abb747dc12080f076aaf81b946710bcd5570 Reviewed-on: https://gerrit.libreoffice.org/18319 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/source/rdf/librdf_repository.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/unoxml/source/rdf/librdf_repository.cxx b/unoxml/source/rdf/librdf_repository.cxx
index aefdc8d6c975..1dc5eaf5904e 100644
--- a/unoxml/source/rdf/librdf_repository.cxx
+++ b/unoxml/source/rdf/librdf_repository.cxx
@@ -23,6 +23,7 @@
#include <set>
#include <map>
+#include <iterator>
#include <functional>
#include <algorithm>