diff options
author | Timur Iskhodzhanov <timurrrr@google.com> | 2013-06-18 07:57:22 +0000 |
---|---|---|
committer | Timur Iskhodzhanov <timurrrr@google.com> | 2013-06-18 07:57:22 +0000 |
commit | 88f34b50d4ee5bab82822ec5ae1d8be8385ca8d6 (patch) | |
tree | a86613d64a4cd3e5c3844082c89f8d6498b8c0bc /lib/CodeGen | |
parent | 99cb622041a0839c7dfcf0263c5102a305a0fdb5 (diff) | |
download | external_llvm-88f34b50d4ee5bab82822ec5ae1d8be8385ca8d6.zip external_llvm-88f34b50d4ee5bab82822ec5ae1d8be8385ca8d6.tar.gz external_llvm-88f34b50d4ee5bab82822ec5ae1d8be8385ca8d6.tar.bz2 |
Hopefully fix the MSVS build after r184105
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184178 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/StackSlotColoring.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/StackSlotColoring.cpp b/lib/CodeGen/StackSlotColoring.cpp index 3c35b83..8905ac7 100644 --- a/lib/CodeGen/StackSlotColoring.cpp +++ b/lib/CodeGen/StackSlotColoring.cpp @@ -28,6 +28,7 @@ #include "llvm/IR/Module.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/Debug.h" +#include "llvm/Support/raw_ostream.h" #include "llvm/Target/TargetInstrInfo.h" #include "llvm/Target/TargetMachine.h" #include <vector> |