]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
Hopefully fix the MSVS build after r184105
authorTimur Iskhodzhanov <timurrrr@google.com>
Tue, 18 Jun 2013 07:57:22 +0000 (07:57 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Tue, 18 Jun 2013 07:57:22 +0000 (07:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184178 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/StackSlotColoring.cpp

index 3c35b8374d87809bfaa7ea3726de18d8dcfe27b3..8905ac7fe8ee34b1ff7bf619134c69058dd81222 100644 (file)
@@ -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>