Include header file <functional>.

This is a follow-up to r239325.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239329 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Akira Hatanaka 2015-06-08 19:03:32 +00:00
parent 9ebaf8ce67
commit f7e74363b8

View File

@ -17,6 +17,7 @@
#include "llvm/Pass.h" #include "llvm/Pass.h"
#include "llvm/Target/TargetMachine.h" #include "llvm/Target/TargetMachine.h"
#include <functional>
#include <string> #include <string>
namespace llvm { namespace llvm {