commit | 42f77ab95a6eeeae076cbcf8a5ffa08f51df451f | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Aug 23 20:34:06 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Aug 23 20:34:06 2008 +0000 |
tree | a81a0b5bcc71d3f1decf6c294f270b387928e912 | |
parent | b2560526d5f6d2f9cc3698244dbb1f4861dc8efc [diff] [blame] |
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 104dc77..432e603 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 <ostream>