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 | 06fa1768620138a57dcad5277b0a3dd0adb505cc (patch) | |
tree | 8d3812f834a6c7e3d96c27ceee2c48ef87f6344f /llvm/lib/MC/MCAssembler.cpp | |
parent | e849956de8498673d17d64902386f48ec8efcad9 (diff) | |
download | bcm5719-llvm-06fa1768620138a57dcad5277b0a3dd0adb505cc.tar.gz bcm5719-llvm-06fa1768620138a57dcad5277b0a3dd0adb505cc.zip |
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.
llvm-svn: 79885
Diffstat (limited to 'llvm/lib/MC/MCAssembler.cpp')
-rw-r--r-- | llvm/lib/MC/MCAssembler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCAssembler.cpp b/llvm/lib/MC/MCAssembler.cpp index 99d2988dc8e..7a67fac7efd 100644 --- a/llvm/lib/MC/MCAssembler.cpp +++ b/llvm/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; |