diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-10-27 19:16:27 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-10-27 19:16:27 +0000 |
| commit | b1f02f7f0244f089e45dac87ea9740fbf350da3f (patch) | |
| tree | acdaa3f6e61e2b6b1f87f54b726b4ff771e8f88c | |
| parent | d5112d71f35cdaa56775a23bc7b41dac5d5eef7a (diff) | |
| download | bcm5719-llvm-b1f02f7f0244f089e45dac87ea9740fbf350da3f.tar.gz bcm5719-llvm-b1f02f7f0244f089e45dac87ea9740fbf350da3f.zip | |
Add neccesary #include
llvm-svn: 4294
| -rw-r--r-- | llvm/include/Support/STLExtras.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/Support/STLExtras.h b/llvm/include/Support/STLExtras.h index 4112b1f5ec5..b2fde436372 100644 --- a/llvm/include/Support/STLExtras.h +++ b/llvm/include/Support/STLExtras.h @@ -11,6 +11,7 @@ #define LLVM_SUPPORT_STL_EXTRAS_H #include <functional> +#include "Support/iterator" //===----------------------------------------------------------------------===// // Extra additions to <functional> |

