diff options
Diffstat (limited to 'llvm/lib/Support/MemoryBuffer.cpp')
-rw-r--r-- | llvm/lib/Support/MemoryBuffer.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/Support/MemoryBuffer.cpp b/llvm/lib/Support/MemoryBuffer.cpp index 1b78833..9872dfa 100644 --- a/llvm/lib/Support/MemoryBuffer.cpp +++ b/llvm/lib/Support/MemoryBuffer.cpp @@ -31,6 +31,10 @@ #else #include <io.h> #endif + +#ifdef __MVS__ +#include "llvm/Support/AutoConvert.h" +#endif using namespace llvm; //===----------------------------------------------------------------------===// |