commit | b87984347ceb749ff1f13c48ef749ffface24c03 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Aug 24 04:14:03 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Aug 24 04:14:03 2009 +0000 |
tree | 34030b6ed3b6fa1ca1a7cd6c58b894e4c331f923 | |
parent | 123abfcd86fc8fe8c425872afe2f446287f098c3 [diff] [blame] |
remove the last *stream> #include from a public header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79892 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/llvm-ar/llvm-ar.cpp b/tools/llvm-ar/llvm-ar.cpp index 95957df..021a369 100644 --- a/tools/llvm-ar/llvm-ar.cpp +++ b/tools/llvm-ar/llvm-ar.cpp
@@ -24,6 +24,7 @@ #include <algorithm> #include <iomanip> #include <memory> +#include <fstream> using namespace llvm; // Option for compatibility with AIX, not used but must allow it to be present.