diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-08-01 11:22:58 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-08-01 14:40:46 +0200 |
commit | ed115c1bb7a08d98527210b384e3f4ada372f9e5 (patch) | |
tree | 4218dde7bce8430eb1741873d6d823a6a5f76906 /compilerplugins | |
parent | 20e7632919f4bbefabb4190d10ee79c65b89dca7 (diff) |
missing include
Change-Id: I9c3d551d2053b53bde3b032036bc531a02217300
Reviewed-on: https://gerrit.libreoffice.org/76782
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/test/mapindex.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/test/mapindex.cxx b/compilerplugins/clang/test/mapindex.cxx index 68261df500dd..de7dd2590220 100644 --- a/compilerplugins/clang/test/mapindex.cxx +++ b/compilerplugins/clang/test/mapindex.cxx @@ -9,6 +9,7 @@ #include <map> #include <memory> +#include <string> struct CallbackFlushHandler { |