summaryrefslogtreecommitdiff
path: root/editeng/source/editeng/impedit.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-10 15:12:17 +0200
committerNoel Grandin <noel@peralex.com>2015-11-10 15:30:03 +0200
commit5f86c1f3792a5161e2d661276c529ce05e53d44b (patch)
tree924e8f82acfed45e4165e35cf274931e678d2522 /editeng/source/editeng/impedit.hxx
parent5a7a4325eca58c253270d4e9d327042a9ee2c5f0 (diff)
editeng: boost::ptr_vector->std::vector<std::unique_ptr>
Change-Id: Iee1e64d22e799653bc58d6a72c57c55787e45d84
Diffstat (limited to 'editeng/source/editeng/impedit.hxx')
-rw-r--r--editeng/source/editeng/impedit.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/editeng/impedit.hxx b/editeng/source/editeng/impedit.hxx
index ecfd01b5ffff..815e7ae4d546 100644
--- a/editeng/source/editeng/impedit.hxx
+++ b/editeng/source/editeng/impedit.hxx
@@ -59,7 +59,7 @@
#include <LibreOfficeKit/LibreOfficeKitTypes.h>
#include <boost/noncopyable.hpp>
-
+#include <boost/ptr_container/ptr_vector.hpp>
#define DEL_LEFT 1
#define DEL_RIGHT 2