summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/swhtml.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-09-11 16:22:36 +0200
committerMichael Stahl <mstahl@redhat.com>2015-09-11 17:44:28 +0200
commit3aec17698adc403eac018a5c9f00bf75640b1e42 (patch)
tree0a7110d36407ef822145233a9ed0cb52a10c8b89 /sw/source/filter/html/swhtml.hxx
parenta0c41f53cd13f12d6e122c92e530bd0bd9c14d79 (diff)
sw: replace boost::ptr_vector with std::vector<std::unique_ptr>
Change-Id: I8baa909f5e3ddb6b227337f3731e4d4b4ca183e5
Diffstat (limited to 'sw/source/filter/html/swhtml.hxx')
-rw-r--r--sw/source/filter/html/swhtml.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/filter/html/swhtml.hxx b/sw/source/filter/html/swhtml.hxx
index dfe788654790..1f052ab3b449 100644
--- a/sw/source/filter/html/swhtml.hxx
+++ b/sw/source/filter/html/swhtml.hxx
@@ -31,6 +31,8 @@
#include "calbck.hxx"
#include "htmlvsh.hxx"
+#include <boost/ptr_container/ptr_vector.hpp>
+
#include <deque>
class SfxMedium;