diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-24 03:52:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-24 03:52:50 +0000 |
commit | 23132b188ba651ba172380cd082cc286df73d440 (patch) | |
tree | 4774267b96b9e5f813a16df7f0dc062d160671f3 /lib/MC/MCAssembler.cpp | |
parent | e8f6e795ffaf876defcad01af6826cc8686d72d3 (diff) |
prune the #includes in raw_ostream.h by moving a
member out of line. ftostr is not particularly speedy,
so that method is presumably not perf sensitive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79885 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/MCAssembler.cpp')
-rw-r--r-- | lib/MC/MCAssembler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MC/MCAssembler.cpp b/lib/MC/MCAssembler.cpp index 99d2988dc8..7a67fac7ef 100644 --- a/lib/MC/MCAssembler.cpp +++ b/lib/MC/MCAssembler.cpp @@ -16,6 +16,7 @@ #include "llvm/ADT/Twine.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" +#include <vector> using namespace llvm; class MachObjectWriter; |