diff options
author | Andras Timar <andras.timar@collabora.com> | 2016-06-28 15:44:17 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2016-06-28 15:44:17 +0200 |
commit | 99a1a635e391a2c531d9694dd7101ca0422a7be6 (patch) | |
tree | 987158e29cc84531486ad4daaf094947807df1e1 /svx | |
parent | f12527af8ba964dffa36c61f6465e3a1127284f0 (diff) |
add missing include
Change-Id: I3d56ccf967c18ae02f4c176e4898df058771c87d
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdmrkv.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx index f10bc9ea549b..ef258e6edfb4 100644 --- a/svx/source/svdraw/svdmrkv.cxx +++ b/svx/source/svdraw/svdmrkv.cxx @@ -52,6 +52,7 @@ #include <editeng/editdata.hxx> #include <LibreOfficeKit/LibreOfficeKitEnums.h> +#include <comphelper/lok.hxx> using namespace com::sun::star; |