[Libreoffice-commits] core.git: include/comphelper
Stephan Bergmann
sbergman at redhat.com
Fri Mar 11 10:08:55 UTC 2016
include/comphelper/attributelist.hxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 28fb13b473012369ef5037e4d1b094dcc29dccb1
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Mar 11 11:07:49 2016 +0100
Missing include
Change-Id: Ia99c17d90f66860bcd9ef6bb1732437e425a4a04
diff --git a/include/comphelper/attributelist.hxx b/include/comphelper/attributelist.hxx
index 1fa83ae..fa616ab 100644
--- a/include/comphelper/attributelist.hxx
+++ b/include/comphelper/attributelist.hxx
@@ -20,6 +20,10 @@
#ifndef INCLUDED_COMPHELPER_ATTRIBUTELIST_HXX
#define INCLUDED_COMPHELPER_ATTRIBUTELIST_HXX
+#include <sal/config.h>
+
+#include <memory>
+
#include <com/sun/star/util/XCloneable.hpp>
#include <com/sun/star/xml/sax/XAttributeList.hpp>
#include <cppuhelper/implbase.hxx>
More information about the Libreoffice-commits
mailing list