commit | cc3122ae8e58c109d81d638abcfccd675df1c1f0 | [log] [tgz] |
---|---|---|
author | Abhina Sreeskantharajan <Abhina.Sreeskantharajan@ibm.com> | Thu May 29 08:57:06 2025 -0400 |
committer | Copybara-Service <copybara-worker@google.com> | Thu May 29 06:02:33 2025 -0700 |
tree | 8b9a4b41c6f0d975eb42d5e762ab41a26356c663 | |
parent | e7fedb0fe14fbc47f9d38213762fefc319520fa8 [diff] |
[SystemZ][z/OS] Add back include required for strnlen function GitOrigin-RevId: ee91f9b4a2b8cd6bb5d37ccd34ee7fb2c1401f99
diff --git a/lib/Lex/HeaderMap.cpp b/lib/Lex/HeaderMap.cpp index a7b670f..588b32e 100644 --- a/lib/Lex/HeaderMap.cpp +++ b/lib/Lex/HeaderMap.cpp
@@ -18,6 +18,7 @@ #include "llvm/Support/Debug.h" #include "llvm/Support/MathExtras.h" #include "llvm/Support/MemoryBuffer.h" +#include "llvm/Support/SystemZ/zOSSupport.h" #include <cstring> #include <memory> #include <optional>