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 | c6a4bf1251f3dc44d2164c0847ce0b19ed7409a2 (patch) | |
tree | ef0f77705b3b648297819912eeabac859a66255b /tools/llvm-as/llvm-as.cpp | |
parent | de32fedb8c6ec95258dd9e3c104f0e7e49f283cd (diff) |
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3077 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-as/llvm-as.cpp')
-rw-r--r-- | tools/llvm-as/llvm-as.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-as/llvm-as.cpp b/tools/llvm-as/llvm-as.cpp index c66dd598b9..36f8456878 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("-")); |