diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-08-09 23:07:12 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-08-10 07:39:00 +0200 |
commit | 43542cc07ee110abe25a1e176238fd6d921d593b (patch) | |
tree | 5336a7d0bc9f7736e6256fb0ea67774763f55cf5 /compilerplugins | |
parent | 9da7b1592e010928c26c43ee93b91cdd66403985 (diff) |
Missing include
(for std::unique_ptr, with recent libstdc++ 12 trunk)
Change-Id: I61b7823dd740ea7cdfe0d7403a50ac73b24d1c4e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120229
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/test/unusedfields.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/test/unusedfields.cxx b/compilerplugins/clang/test/unusedfields.cxx index 5305b4aec964..6ff9189eab27 100644 --- a/compilerplugins/clang/test/unusedfields.cxx +++ b/compilerplugins/clang/test/unusedfields.cxx @@ -14,6 +14,7 @@ // expected-no-diagnostics #else +#include <memory> #include <vector> #include <ostream> #include <com/sun/star/uno/Any.hxx> |