From: Benjamin Kramer Date: Fri, 29 Jan 2010 15:19:06 +0000 (+0000) Subject: Fix MSVC build. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4f17eb87218ce4879a4ef0ed15c9ac5cf0294c2a;p=oota-llvm.git Fix MSVC build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94809 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/raw_ostream.cpp b/lib/Support/raw_ostream.cpp index f020681e6fa..af6dc7cf48b 100644 --- a/lib/Support/raw_ostream.cpp +++ b/lib/Support/raw_ostream.cpp @@ -20,6 +20,7 @@ #include "llvm/Support/Compiler.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/ADT/STLExtras.h" +#include #include #include