diff options
author | Eike Rathke <erack@redhat.com> | 2017-12-11 22:34:21 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-12-11 22:34:21 +0100 |
commit | 4094f9baf62a426b24f497c86d6a96ccfcb22ad1 (patch) | |
tree | b49cdc78d6300846c3b30146a0bf2076412e1b83 /xmlhelp | |
parent | 44e47c2c32799e7833cc6cfd249c4d15306fd7e6 (diff) |
Attempt to blind fix build breaker
Change-Id: Ic20cc65b7fa78729d432fbf5e15fabe0e25cf627
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/tvread.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/tvread.hxx b/xmlhelp/source/cxxhelp/inc/tvread.hxx index f4bb0631d30d..bee206db49c6 100644 --- a/xmlhelp/source/cxxhelp/inc/tvread.hxx +++ b/xmlhelp/source/cxxhelp/inc/tvread.hxx @@ -36,6 +36,7 @@ #include <com/sun/star/deployment/XPackage.hpp> #include <com/sun/star/ucb/XSimpleFileAccess3.hpp> #include <cppuhelper/implbase.hxx> +#include <memory> namespace treeview { |