summaryrefslogtreecommitdiff
path: root/shell/inc/internal/types.hxx
diff options
context:
space:
mode:
authorRelease Engineers <releng@openoffice.org>2009-08-10 06:05:55 +0000
committerRelease Engineers <releng@openoffice.org>2009-08-10 06:05:55 +0000
commit174c4ec63ebd420fe60c09ac7e4f17116ec557bc (patch)
tree1f0c5ea1af53d1c628ef3e8c275b4be0bbb8c9ad /shell/inc/internal/types.hxx
parent6cdf425050de733e5490717eeaa715d0b2738c61 (diff)
CWS-TOOLING: integrate CWS tkr23
2009-07-21 15:03:57 +0200 tkr r274199 : #i64277# open file only if needed and close immediately after use 2009-07-17 12:25:41 +0200 tkr r274087 : #i96743# patch minizip to provide stream operations 2009-07-17 12:21:13 +0200 tkr r274086 : #i96743# add new ifilter interface: IPersistStream
Diffstat (limited to 'shell/inc/internal/types.hxx')
-rw-r--r--shell/inc/internal/types.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/inc/internal/types.hxx b/shell/inc/internal/types.hxx
index c8686b2e49..7de20446f7 100644
--- a/shell/inc/internal/types.hxx
+++ b/shell/inc/internal/types.hxx
@@ -36,6 +36,9 @@
#include <utility>
#include <vector>
#include <stack>
+#include <external/zlib/zlib.h>
+#include <external/zlib/ioapi.h>
+
typedef std::vector<std::wstring> StringList_t;