diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-25 15:00:45 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-25 15:00:45 +0000 |
commit | 880cfedadd26fe32ec8f9f19c7b831a23692ce09 (patch) | |
tree | 63c3bad73fb99d6b1f92e7a3a74defb0f3ec84bd /llvm/tools/llvm-as/llvm-as.cpp | |
parent | 379d3286ff57aa1496f24bbc89ce7111b4fd0cb4 (diff) | |
download | bcm5719-llvm-880cfedadd26fe32ec8f9f19c7b831a23692ce09.tar.gz bcm5719-llvm-880cfedadd26fe32ec8f9f19c7b831a23692ce09.zip |
*** empty log message ***
llvm-svn: 3077
Diffstat (limited to 'llvm/tools/llvm-as/llvm-as.cpp')
-rw-r--r-- | llvm/tools/llvm-as/llvm-as.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-as/llvm-as.cpp b/llvm/tools/llvm-as/llvm-as.cpp index c66dd598b9b..36f84568783 100644 --- a/llvm/tools/llvm-as/llvm-as.cpp +++ b/llvm/tools/llvm-as/llvm-as.cpp @@ -17,6 +17,7 @@ #include <fstream> #include <memory> using std::cerr; +using std::string; static cl::opt<string> InputFilename(cl::Positional, cl::desc("<input .llvm file>"), cl::init("-")); |