aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/STLExtras.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-27 19:16:27 +0000
committerChris Lattner <sabre@nondot.org>2002-10-27 19:16:27 +0000
commitdf6f5835e9390cace8df16796b583f5ce581212e (patch)
tree13300e15a0e4c618dd695a2cc26155c96bc5b795 /include/llvm/ADT/STLExtras.h
parentab77194e2a895bd2862f3a23bcd9d31efb553a54 (diff)
downloadexternal_llvm-df6f5835e9390cace8df16796b583f5ce581212e.zip
external_llvm-df6f5835e9390cace8df16796b583f5ce581212e.tar.gz
external_llvm-df6f5835e9390cace8df16796b583f5ce581212e.tar.bz2
Add neccesary #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4294 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/STLExtras.h')
-rw-r--r--include/llvm/ADT/STLExtras.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/STLExtras.h b/include/llvm/ADT/STLExtras.h
index 4112b1f..b2fde43 100644
--- a/include/llvm/ADT/STLExtras.h
+++ b/include/llvm/ADT/STLExtras.h
@@ -11,6 +11,7 @@
#define LLVM_SUPPORT_STL_EXTRAS_H
#include <functional>
+#include "Support/iterator"
//===----------------------------------------------------------------------===//
// Extra additions to <functional>