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

Stephan Bergmann sbergman at redhat.com
Tue Oct 27 03:16:54 PDT 2015


 include/svx/svdundo.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 4299f621d5eea0a9d31f40ce4b65d9a50645e72e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Oct 27 11:16:30 2015 +0100

    Missing include
    
    Change-Id: I55595fdbc6ae5a51f402201cdc5f4adbdd86b984

diff --git a/include/svx/svdundo.hxx b/include/svx/svdundo.hxx
index d98aba1..4e4ebf0 100644
--- a/include/svx/svdundo.hxx
+++ b/include/svx/svdundo.hxx
@@ -20,6 +20,10 @@
 #ifndef INCLUDED_SVX_SVDUNDO_HXX
 #define INCLUDED_SVX_SVDUNDO_HXX
 
+#include <sal/config.h>
+
+#include <vector>
+
 #include <svl/solar.hrc>
 #include <svl/undo.hxx>
 #include <svl/style.hxx>


More information about the Libreoffice-commits mailing list