Pull in definition of std::unary_function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16140 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alkis Evlogimenos 2004-09-02 03:24:45 +00:00
parent 065b648732
commit df8d5e908f
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#ifndef LLVM_ADT_DENSEMAP_H
#define LLVM_ADT_DENSEMAP_H
#include <functional>
#include <vector>
namespace llvm {

View File

@ -20,6 +20,7 @@
#ifndef LLVM_ADT_DENSEMAP_H
#define LLVM_ADT_DENSEMAP_H
#include <functional>
#include <vector>
namespace llvm {