summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2013-06-18 07:57:22 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2013-06-18 07:57:22 +0000
commit88f34b50d4ee5bab82822ec5ae1d8be8385ca8d6 (patch)
treea86613d64a4cd3e5c3844082c89f8d6498b8c0bc
parent99cb622041a0839c7dfcf0263c5102a305a0fdb5 (diff)
downloadllvm-88f34b50d4ee5bab82822ec5ae1d8be8385ca8d6.tar.gz
llvm-88f34b50d4ee5bab82822ec5ae1d8be8385ca8d6.tar.bz2
llvm-88f34b50d4ee5bab82822ec5ae1d8be8385ca8d6.tar.xz
Hopefully fix the MSVS build after r184105
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184178 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/StackSlotColoring.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/StackSlotColoring.cpp b/lib/CodeGen/StackSlotColoring.cpp
index 3c35b8374d..8905ac7fe8 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>