xmloff/source/transform/TransformerContext.hxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit f2d5d0ac1dcab8def3c325aa30200002e6dd2d25 Author: Miklos Vajna <[email protected]> Date: Sat Dec 19 22:50:31 2015 +0100 xmloff: one more missing include Change-Id: I92080eefa485dec86c3a10f978831157b04a0c53 diff --git a/xmloff/source/transform/TransformerContext.hxx b/xmloff/source/transform/TransformerContext.hxx index 5d27b3c..8ecb8c90 100644 --- a/xmloff/source/transform/TransformerContext.hxx +++ b/xmloff/source/transform/TransformerContext.hxx @@ -26,6 +26,7 @@ #include <rtl/ustring.hxx> #include <xmloff/nmspmap.hxx> #include <xmloff/xmltoken.hxx> +#include <memory> class SvXMLNamespaceMap; class XMLTransformerBase; _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
