summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbadocument.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbadocument.hxx')
-rw-r--r--sw/source/ui/vba/vbadocument.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/ui/vba/vbadocument.hxx b/sw/source/ui/vba/vbadocument.hxx
index 3bb31edd030b..5dca8ae709b7 100644
--- a/sw/source/ui/vba/vbadocument.hxx
+++ b/sw/source/ui/vba/vbadocument.hxx
@@ -27,6 +27,8 @@
#include <com/sun/star/text/XTextDocument.hpp>
#include <cppuhelper/implbase.hxx>
+#include <vector>
+
typedef cppu::ImplInheritanceHelper< VbaDocumentBase, ooo::vba::word::XDocument, ooo::vba::XSinkCaller > SwVbaDocument_BASE;
class SwVbaDocument : public SwVbaDocument_BASE