From df6f5835e9390cace8df16796b583f5ce581212e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 27 Oct 2002 19:16:27 +0000 Subject: [PATCH] Add neccesary #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4294 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/Support/STLExtras.h | 1 + include/llvm/ADT/STLExtras.h | 1 + 2 files changed, 2 insertions(+) diff --git a/include/Support/STLExtras.h b/include/Support/STLExtras.h index 4112b1f5ec5..b2fde436372 100644 --- a/include/Support/STLExtras.h +++ b/include/Support/STLExtras.h @@ -11,6 +11,7 @@ #define LLVM_SUPPORT_STL_EXTRAS_H #include +#include "Support/iterator" //===----------------------------------------------------------------------===// // Extra additions to diff --git a/include/llvm/ADT/STLExtras.h b/include/llvm/ADT/STLExtras.h index 4112b1f5ec5..b2fde436372 100644 --- a/include/llvm/ADT/STLExtras.h +++ b/include/llvm/ADT/STLExtras.h @@ -11,6 +11,7 @@ #define LLVM_SUPPORT_STL_EXTRAS_H #include +#include "Support/iterator" //===----------------------------------------------------------------------===// // Extra additions to -- 2.34.1