Add explicit #includes of <iostream>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25509 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2006-01-22 22:53:01 +00:00
parent 0f9f8c3759
commit 86a5484079
17 changed files with 19 additions and 6 deletions

View File

@ -29,6 +29,7 @@
#include "llvm/ADT/StringExtras.h"
#include <algorithm>
#include <set>
#include <iostream>
using namespace llvm;
// Provide a command-line option to aggregate function arguments into a struct