Add neccesary #include
authorChris Lattner <sabre@nondot.org>
Sun, 27 Oct 2002 19:16:27 +0000 (19:16 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Oct 2002 19:16:27 +0000 (19:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4294 91177308-0d34-0410-b5e6-96231b3b80d8

include/Support/STLExtras.h
include/llvm/ADT/STLExtras.h

index 4112b1f5ec57f602d6c17fe5a7f7eab27486c356..b2fde43637250b470589803aa790ee61b3b5f954 100644 (file)
@@ -11,6 +11,7 @@
 #define LLVM_SUPPORT_STL_EXTRAS_H
 
 #include <functional>
+#include "Support/iterator"
 
 //===----------------------------------------------------------------------===//
 //     Extra additions to <functional>
index 4112b1f5ec57f602d6c17fe5a7f7eab27486c356..b2fde43637250b470589803aa790ee61b3b5f954 100644 (file)
@@ -11,6 +11,7 @@
 #define LLVM_SUPPORT_STL_EXTRAS_H
 
 #include <functional>
+#include "Support/iterator"
 
 //===----------------------------------------------------------------------===//
 //     Extra additions to <functional>