summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-11 11:07:49 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-03-11 11:08:28 +0100
commit28fb13b473012369ef5037e4d1b094dcc29dccb1 (patch)
treed3a6df77e299ca71ea9bf52028d7ae7410946d2c /include/comphelper
parent849e78756b33ff5307311349b8b1fc4bcc85d0e4 (diff)
Missing include
Change-Id: Ia99c17d90f66860bcd9ef6bb1732437e425a4a04
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/attributelist.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/comphelper/attributelist.hxx b/include/comphelper/attributelist.hxx
index 1fa83aeebbb7..fa616ab13798 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>