diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-12-19 22:34:48 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-12-19 22:34:48 +0100 |
commit | 2d86a4c468af046ca9834bfd0c1ba9b7f009ac15 (patch) | |
tree | 1700f1f6e3979b27650fcd964e71e9b21d7788d6 /include | |
parent | 0725bdfc305881e74a2c6a7f240a7605009f5fc3 (diff) |
xmloff: missing include
Change-Id: I425782f9e6b95264f08e91ddabbc377de2e3fffa
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmlictxt.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xmloff/xmlictxt.hxx b/include/xmloff/xmlictxt.hxx index 9d180bd46171..cccfd9369c1a 100644 --- a/include/xmloff/xmlictxt.hxx +++ b/include/xmloff/xmlictxt.hxx @@ -29,6 +29,7 @@ #include <rtl/ustring.hxx> #include <cppuhelper/implbase1.hxx> #include <xmloff/nmspmap.hxx> +#include <memory> class SvXMLNamespaceMap; class SvXMLImport; |