diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-27 11:16:30 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-27 11:16:30 +0100 |
commit | 4299f621d5eea0a9d31f40ce4b65d9a50645e72e (patch) | |
tree | ff35fa9dc13eedd13698cae30103c609f45f4d56 /include | |
parent | 43dcc3eddf6b91fc0e073b5eb93d0f5d5cf965eb (diff) |
Missing include
Change-Id: I55595fdbc6ae5a51f402201cdc5f4adbdd86b984
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/svdundo.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/svx/svdundo.hxx b/include/svx/svdundo.hxx index d98aba1ff82d..4e4ebf0e0138 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> |