From: Chris Lattner Date: Sat, 23 Aug 2008 20:34:06 +0000 (+0000) Subject: add #include X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=42f77ab95a6eeeae076cbcf8a5ffa08f51df451f;p=oota-llvm.git add #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55252 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/raw_ostream.cpp b/lib/Support/raw_ostream.cpp index 104dc771498..432e6031948 100644 --- a/lib/Support/raw_ostream.cpp +++ b/lib/Support/raw_ostream.cpp @@ -12,6 +12,7 @@ //===----------------------------------------------------------------------===// #include "llvm/Support/raw_ostream.h" +#include "llvm/Support/Format.h" #include "llvm/ADT/SmallVector.h" #include "llvm/Config/config.h" #include