summaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/ImmutableSet.h
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-02-22 10:11:21 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-02-22 10:11:21 +0000
commit602d1c51e055efd56b284a2ba41083ff38c337bc (patch)
tree40088ce2d2fee19c066fe3b296a435941c9c64b1 /include/llvm/ADT/ImmutableSet.h
parent47ccf1af3a8d0f960fc965b527fd3197c4bca7d5 (diff)
downloadexternal_llvm-602d1c51e055efd56b284a2ba41083ff38c337bc.zip
external_llvm-602d1c51e055efd56b284a2ba41083ff38c337bc.tar.gz
external_llvm-602d1c51e055efd56b284a2ba41083ff38c337bc.tar.bz2
Unbreak build for VC2008. Patch by Argiris Kirtzidis!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47480 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/ImmutableSet.h')
-rw-r--r--include/llvm/ADT/ImmutableSet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/ImmutableSet.h b/include/llvm/ADT/ImmutableSet.h
index 717ec98..c351771 100644
--- a/include/llvm/ADT/ImmutableSet.h
+++ b/include/llvm/ADT/ImmutableSet.h
@@ -18,6 +18,7 @@
#include "llvm/ADT/FoldingSet.h"
#include "llvm/Support/DataTypes.h"
#include <cassert>
+#include <functional>
namespace llvm {