compilerplugins/clang/namespaceindentation.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 8460756e9d3b9194b1885fb0605aafa238f0c95c Author: Stephan Bergmann <[email protected]> AuthorDate: Mon Feb 3 16:50:44 2020 +0100 Commit: Stephan Bergmann <[email protected]> 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 <[email protected]> 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" _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
