diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-05-11 18:05:52 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-05-11 18:05:52 +0000 |
commit | 01746745f1287effa1772ef51b973988afcea699 (patch) | |
tree | a0b36215c048f45698f1ecbef044953e0f3e37cc /include/llvm/ADT/FoldingSet.h | |
parent | 5c8274b5e3034c1cfae02426c68f353abfbf506f (diff) | |
download | external_llvm-01746745f1287effa1772ef51b973988afcea699.tar.gz external_llvm-01746745f1287effa1772ef51b973988afcea699.tar.bz2 external_llvm-01746745f1287effa1772ef51b973988afcea699.zip |
Add terminal width detection to llvm::sys::Process. This is needed to
fix Clang PRs 4148 and 4183.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71448 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/FoldingSet.h')
-rw-r--r-- | include/llvm/ADT/FoldingSet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/FoldingSet.h b/include/llvm/ADT/FoldingSet.h index d03d64b9ca..e31e112d0e 100644 --- a/include/llvm/ADT/FoldingSet.h +++ b/include/llvm/ADT/FoldingSet.h @@ -19,6 +19,7 @@ #include "llvm/Support/DataTypes.h" #include "llvm/ADT/SmallVector.h" #include <string> +#include <iterator> namespace llvm { class APFloat; |