[Libreoffice-commits] core.git: include/xmloff

Stephan Bergmann sbergman at redhat.com
Tue Oct 27 09:47:56 UTC 2015


 include/xmloff/xmlnumi.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 43dcc3eddf6b91fc0e073b5eb93d0f5d5cf965eb
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Oct 27 10:47:32 2015 +0100

    Missing include
    
    Change-Id: Id57c9dded321b870002792056e9734ac3074a606

diff --git a/include/xmloff/xmlnumi.hxx b/include/xmloff/xmlnumi.hxx
index cea785a..33a0cdb 100644
--- a/include/xmloff/xmlnumi.hxx
+++ b/include/xmloff/xmlnumi.hxx
@@ -20,6 +20,10 @@
 #ifndef INCLUDED_XMLOFF_XMLNUMI_HXX
 #define INCLUDED_XMLOFF_XMLNUMI_HXX
 
+#include <sal/config.h>
+
+#include <vector>
+
 #include <com/sun/star/container/XIndexReplace.hpp>
 
 #include <xmloff/xmlstyle.hxx>


More information about the Libreoffice-commits mailing list