[Libreoffice-commits] core.git: compilerplugins/clang

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Thu Aug 1 12:41:23 UTC 2019


 compilerplugins/clang/test/mapindex.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ed115c1bb7a08d98527210b384e3f4ada372f9e5
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Thu Aug 1 11:22:58 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Thu Aug 1 14:40:46 2019 +0200

    missing include
    
    Change-Id: I9c3d551d2053b53bde3b032036bc531a02217300
    Reviewed-on: https://gerrit.libreoffice.org/76782
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

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
 {


More information about the Libreoffice-commits mailing list