From: Chris Lattner Date: Sun, 27 Oct 2002 19:16:27 +0000 (+0000) Subject: Add neccesary #include X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=df6f5835e9390cace8df16796b583f5ce581212e;p=oota-llvm.git Add neccesary #include git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4294 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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