diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2015-11-23 00:09:10 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2015-11-23 00:09:38 +0200 |
commit | 229583f298b9de05e1ad1727e233d597995099e3 (patch) | |
tree | cd97d470abd03a9a7467e462216ba327e7256c3e /include | |
parent | 1335f3bd80682987b5c1c7d9cb548e85b31e03b4 (diff) |
Fix build
Change-Id: I310d10793613bae05d7b89f6cb4773a1c2d5556b
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/SmartTagCtl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/SmartTagCtl.hxx b/include/svx/SmartTagCtl.hxx index 81aa45f3eb76..458966d54f7b 100644 --- a/include/svx/SmartTagCtl.hxx +++ b/include/svx/SmartTagCtl.hxx @@ -25,6 +25,7 @@ #include <svx/svxdllapi.h> #include <com/sun/star/uno/Reference.hxx> +#include <memory> #include <vector> class SfxBindings; |