aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/MemoryBuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Support/MemoryBuffer.cpp')
-rw-r--r--llvm/lib/Support/MemoryBuffer.cpp4
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;
//===----------------------------------------------------------------------===//