diff options
author | Sean Perry <perry@ca.ibm.com> | 2025-04-13 06:04:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-13 03:04:58 -0700 |
commit | 84666d68740bea9eee19399ab5c8622ff2f6e9ca (patch) | |
tree | 12468a38963d73e4d5d0e7506828c1431e60374d /clang/lib | |
parent | 3bebda0758409e91c25fa5add72ff22f3ddff609 (diff) | |
download | llvm-84666d68740bea9eee19399ab5c8622ff2f6e9ca.zip llvm-84666d68740bea9eee19399ab5c8622ff2f6e9ca.tar.gz llvm-84666d68740bea9eee19399ab5c8622ff2f6e9ca.tar.bz2 |
Add back include for AutoConvert.h as it's needed for z/OS (#135430)
The commit
https://github.com/llvm/llvm-project/commit/a1935fd3809772c06f9a09fa151181642ae92b20
removed an include that is needed when building on z/OS.
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/Basic/SourceManager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Basic/SourceManager.cpp b/clang/lib/Basic/SourceManager.cpp index a78ffc1..6d6e54b 100644 --- a/clang/lib/Basic/SourceManager.cpp +++ b/clang/lib/Basic/SourceManager.cpp @@ -24,6 +24,7 @@ #include "llvm/ADT/StringRef.h" #include "llvm/ADT/StringSwitch.h" #include "llvm/Support/Allocator.h" +#include "llvm/Support/AutoConvert.h" #include "llvm/Support/Capacity.h" #include "llvm/Support/Compiler.h" #include "llvm/Support/Endian.h" |