[Libreoffice-commits] core.git: unoxml/source

David Ostrovsky david at ostrovsky.org
Thu Sep 3 13:14:01 PDT 2015


 unoxml/source/rdf/librdf_repository.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit aafc0d29178ebb88201d4062481d3498e4a9ff18
Author: David Ostrovsky <david at ostrovsky.org>
Date:   Thu Sep 3 21:55:16 2015 +0200

    unoxml: Add missing include
    
    Change-Id: I5497abb747dc12080f076aaf81b946710bcd5570
    Reviewed-on: https://gerrit.libreoffice.org/18319
    Reviewed-by: Michael Stahl <mstahl at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/unoxml/source/rdf/librdf_repository.cxx b/unoxml/source/rdf/librdf_repository.cxx
index aefdc8d..1dc5eaf 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>
 


More information about the Libreoffice-commits mailing list