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

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Mon Feb 3 22:39:54 UTC 2020


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

New commits:
commit 8460756e9d3b9194b1885fb0605aafa238f0c95c
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Feb 3 16:50:44 2020 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Feb 3 23:39:12 2020 +0100

    Missing include (std::isspace)
    
    Change-Id: I17b9acfd265e112ffdd115df06070136a6940804
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87895
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/compilerplugins/clang/namespaceindentation.cxx b/compilerplugins/clang/namespaceindentation.cxx
index c8483e9a17d9..95182197cbd5 100644
--- a/compilerplugins/clang/namespaceindentation.cxx
+++ b/compilerplugins/clang/namespaceindentation.cxx
@@ -13,6 +13,7 @@
 #include <cassert>
 #include <string>
 #include <iostream>
+#include <locale>
 #include <fstream>
 #include <set>
 #include "plugin.hxx"


More information about the Libreoffice-commits mailing list