diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-03-11 10:07:19 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-03-11 10:07:28 +0000 |
commit | 849e78756b33ff5307311349b8b1fc4bcc85d0e4 (patch) | |
tree | a684fb90354950e59da051eb93df7eb07e83f61d /include | |
parent | 1868a62a32cff30e3ba214cbd03917d2c6518073 (diff) |
include memory
Change-Id: If91042b2a72b0dd70cc630e1140f602ac1b823d2
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/attributelist.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/attributelist.hxx b/include/comphelper/attributelist.hxx index 9a6f535ac00f..1fa83aeebbb7 100644 --- a/include/comphelper/attributelist.hxx +++ b/include/comphelper/attributelist.hxx @@ -24,7 +24,7 @@ #include <com/sun/star/xml/sax/XAttributeList.hpp> #include <cppuhelper/implbase.hxx> #include <comphelper/comphelperdllapi.h> - +#include <memory> namespace comphelper { |