diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-29 20:04:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-29 20:04:13 +0000 |
commit | 043b9722f5660e613fd06f2df9b16298384a3f34 (patch) | |
tree | 96947e7880596fe6e75f602fd3a7c645603a4fe3 | |
parent | f17072b79c9430e1294e1a710f5c0b18112003a3 (diff) |
be 3.4 happy
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10265 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/bugpoint/ListReducer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bugpoint/ListReducer.h b/tools/bugpoint/ListReducer.h index 0ad24065cf..07c0a2d1dd 100644 --- a/tools/bugpoint/ListReducer.h +++ b/tools/bugpoint/ListReducer.h @@ -16,6 +16,7 @@ #define BUGPOINT_LIST_REDUCER_H #include <vector> +#include <iostream> namespace llvm { |