summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-02-03 16:50:44 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-02-03 23:39:12 +0100
commit8460756e9d3b9194b1885fb0605aafa238f0c95c (patch)
treeae341da8d75435883088e448c232ae2b99e35773 /compilerplugins
parent6317e10f5b9c347ceb391e049e6d0f3c542f93c4 (diff)
Missing include (std::isspace)
Change-Id: I17b9acfd265e112ffdd115df06070136a6940804 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87895 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'compilerplugins')
-rw-r--r--compilerplugins/clang/namespaceindentation.cxx1
1 files changed, 1 insertions, 0 deletions
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"