Skip to content

Commit

Permalink
[SystemZ][z/OS] Add missing include header to AutoConvert.cpp to fix …
Browse files Browse the repository at this point in the history
…build (llvm#84909)

ba13fa2
added usages of `errnoAsErrorCode()` to AutoConvert.cpp, need to include
Error.h header to fix build failure.
  • Loading branch information
fanbo-meng authored Mar 12, 2024
1 parent 15f3f44 commit 0fe271c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Support/AutoConvert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#ifdef __MVS__

#include "llvm/Support/AutoConvert.h"
#include "llvm/Support/Error.h"
#include <cassert>
#include <fcntl.h>
#include <sys/stat.h>
Expand Down

0 comments on commit 0fe271c

Please sign in to comment.