commit | 62ccbc720f8e1bf346015dc4bbce0027ed399211 | [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 | 1d482273a77184434fa5cc34b2dd6911704e757b [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>