commit | c6a4bf1251f3dc44d2164c0847ce0b19ed7409a2 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Jul 25 15:00:45 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Jul 25 15:00:45 2002 +0000 |
tree | ef0f77705b3b648297819912eeabac859a66255b | |
parent | de32fedb8c6ec95258dd9e3c104f0e7e49f283cd [diff] [blame] |
*** empty log message *** git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3077 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/llvm-as/llvm-as.cpp b/tools/llvm-as/llvm-as.cpp index c66dd59..36f8456 100644 --- a/tools/llvm-as/llvm-as.cpp +++ b/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("-"));