diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2008-02-22 10:11:21 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2008-02-22 10:11:21 +0000 |
commit | 602d1c51e055efd56b284a2ba41083ff38c337bc (patch) | |
tree | 40088ce2d2fee19c066fe3b296a435941c9c64b1 /include/llvm/ADT/ImmutableSet.h | |
parent | 47ccf1af3a8d0f960fc965b527fd3197c4bca7d5 (diff) | |
download | external_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.h | 1 |
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 { |