summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/IndexedMap.h
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-09-02 03:24:45 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-09-02 03:24:45 +0000
commitdf8d5e908fe83dafe98a05086956e7b0943af1e0 (patch)
treea076fa210acecc488c2b5ccf7d2b4522e226d705 /include/llvm/ADT/IndexedMap.h
parent065b648732db6fa5d9c90dc316dc8485c2e9370b (diff)
downloadllvm-df8d5e908fe83dafe98a05086956e7b0943af1e0.tar.gz
llvm-df8d5e908fe83dafe98a05086956e7b0943af1e0.tar.bz2
llvm-df8d5e908fe83dafe98a05086956e7b0943af1e0.tar.xz
Pull in definition of std::unary_function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16140 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/IndexedMap.h')
-rw-r--r--include/llvm/ADT/IndexedMap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/IndexedMap.h b/include/llvm/ADT/IndexedMap.h
index c141a6c6f4..40cf329498 100644
--- a/include/llvm/ADT/IndexedMap.h
+++ b/include/llvm/ADT/IndexedMap.h
@@ -20,6 +20,7 @@
#ifndef LLVM_ADT_DENSEMAP_H
#define LLVM_ADT_DENSEMAP_H
+#include <functional>
#include <vector>
namespace llvm {