Skip to content

Commit 84666d6

Browse files
authored
Add back include for AutoConvert.h as it's needed for z/OS (llvm#135430)
The commit llvm@a1935fd removed an include that is needed when building on z/OS.
1 parent 3bebda0 commit 84666d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Basic/SourceManager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include "llvm/ADT/StringRef.h"
2525
#include "llvm/ADT/StringSwitch.h"
2626
#include "llvm/Support/Allocator.h"
27+
#include "llvm/Support/AutoConvert.h"
2728
#include "llvm/Support/Capacity.h"
2829
#include "llvm/Support/Compiler.h"
2930
#include "llvm/Support/Endian.h"

0 commit comments

Comments
 (0)