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 | 58efc9e0fe3907fe67fecfc9b50ca82ab93dcc52 (patch) | |
tree | 18ee5aadaf98770d32fed56cfe536f5d2b4956bb /llvm/tools | |
parent | 839030b3a8b4b8e31888de0145684ad49dae8e0b (diff) | |
download | bcm5719-llvm-58efc9e0fe3907fe67fecfc9b50ca82ab93dcc52.tar.gz bcm5719-llvm-58efc9e0fe3907fe67fecfc9b50ca82ab93dcc52.zip |
be 3.4 happy
llvm-svn: 10265
Diffstat (limited to 'llvm/tools')
-rw-r--r-- | llvm/tools/bugpoint/ListReducer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/bugpoint/ListReducer.h b/llvm/tools/bugpoint/ListReducer.h index 0ad24065cf3..07c0a2d1dd1 100644 --- a/llvm/tools/bugpoint/ListReducer.h +++ b/llvm/tools/bugpoint/ListReducer.h @@ -16,6 +16,7 @@ #define BUGPOINT_LIST_REDUCER_H #include <vector> +#include <iostream> namespace llvm { |