From 880cfedadd26fe32ec8f9f19c7b831a23692ce09 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 25 Jul 2002 15:00:45 +0000 Subject: *** empty log message *** llvm-svn: 3077 --- llvm/tools/llvm-as/as.cpp | 1 + llvm/tools/llvm-as/llvm-as.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'llvm/tools/llvm-as') diff --git a/llvm/tools/llvm-as/as.cpp b/llvm/tools/llvm-as/as.cpp index c66dd598b9b..36f84568783 100644 --- a/llvm/tools/llvm-as/as.cpp +++ b/llvm/tools/llvm-as/as.cpp @@ -17,6 +17,7 @@ #include #include using std::cerr; +using std::string; static cl::opt InputFilename(cl::Positional, cl::desc(""), cl::init("-")); 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 #include using std::cerr; +using std::string; static cl::opt InputFilename(cl::Positional, cl::desc(""), cl::init("-")); -- cgit v1.2.3