From: Philip Reames <listmail@philipreames.com>
Date: Wed, 16 Dec 2015 01:24:05 +0000 (+0000)
Subject: Speculative fix for windows build
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8c9bc7b01bf5e097f461703f6ce7a35e65178e66;p=oota-llvm.git

Speculative fix for windows build



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255743 91177308-0d34-0410-b5e6-96231b3b80d8
---

diff --git a/lib/CodeGen/AtomicExpandPass.cpp b/lib/CodeGen/AtomicExpandPass.cpp
index d0615aeca14..d12fdb24698 100644
--- a/lib/CodeGen/AtomicExpandPass.cpp
+++ b/lib/CodeGen/AtomicExpandPass.cpp
@@ -24,6 +24,7 @@
 #include "llvm/IR/Intrinsics.h"
 #include "llvm/IR/Module.h"
 #include "llvm/Support/Debug.h"
+#include "llvm/Support/raw_ostream.h"
 #include "llvm/Target/TargetLowering.h"
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Target/TargetSubtargetInfo.h"