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

Caolán McNamara caolanm at redhat.com
Sun Mar 23 04:32:39 PDT 2014


 writerfilter/source/ooxml/OOXMLDocumentImpl.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit f8ebaca07cb80da7ac304fdae27d60c9b2b19b7c
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Mar 23 11:32:04 2014 +0000

    include vector
    
    Change-Id: Ief3e0475f4a5ef85ce8ab92ef7a20d7697a1523d

diff --git a/writerfilter/source/ooxml/OOXMLDocumentImpl.hxx b/writerfilter/source/ooxml/OOXMLDocumentImpl.hxx
index c36945a..5858890 100644
--- a/writerfilter/source/ooxml/OOXMLDocumentImpl.hxx
+++ b/writerfilter/source/ooxml/OOXMLDocumentImpl.hxx
@@ -26,6 +26,8 @@
 
 #include "OOXMLPropertySet.hxx"
 
+#include <vector>
+
 namespace writerfilter {
 namespace ooxml
 {


More information about the Libreoffice-commits mailing list