summaryrefslogtreecommitdiff
path: root/include/oox/ole/olestorage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ole/olestorage.hxx')
-rw-r--r--include/oox/ole/olestorage.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/oox/ole/olestorage.hxx b/include/oox/ole/olestorage.hxx
index 9039cae2dedb..88b0ff8c9c8a 100644
--- a/include/oox/ole/olestorage.hxx
+++ b/include/oox/ole/olestorage.hxx
@@ -20,10 +20,19 @@
#ifndef INCLUDED_OOX_OLE_OLESTORAGE_HXX
#define INCLUDED_OOX_OLE_OLESTORAGE_HXX
+#include <vector>
+
+#include <com/sun/star/uno/Reference.hxx>
+#include <oox/dllapi.h>
#include <oox/helper/storagebase.hxx>
+#include <rtl/ustring.hxx>
namespace com { namespace sun { namespace star {
namespace container { class XNameContainer; }
+ namespace embed { class XStorage; }
+ namespace io { class XInputStream; }
+ namespace io { class XOutputStream; }
+ namespace io { class XStream; }
namespace uno { class XComponentContext; }
} } }