[InterleavedAccess] Fix failures "undefined type 'llvm::raw_ostream'" on windows.
authorHao Liu <Hao.Liu@arm.com>
Fri, 26 Jun 2015 04:38:21 +0000 (04:38 +0000)
committerHao Liu <Hao.Liu@arm.com>
Fri, 26 Jun 2015 04:38:21 +0000 (04:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240760 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/InterleavedAccessPass.cpp

index 7c9553d5f2ed7a1268f9e44735904d7947a3d9db..53c8adc05d779f2bda1521a3e853ecdd34c8a1fe 100644 (file)
@@ -41,6 +41,7 @@
 #include "llvm/IR/InstIterator.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/MathExtras.h"
+#include "llvm/Support/raw_ostream.h"
 #include "llvm/Target/TargetLowering.h"
 #include "llvm/Target/TargetSubtargetInfo.h"