1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Add #include <functional> to PassManagerBuilder, now that it uses std::function. NFC

llvm-svn: 264923
This commit is contained in:
Justin Lebar 2016-03-30 20:52:40 +00:00
parent 95078d5066
commit 21e599d872

View File

@ -15,6 +15,7 @@
#ifndef LLVM_TRANSFORMS_IPO_PASSMANAGERBUILDER_H
#define LLVM_TRANSFORMS_IPO_PASSMANAGERBUILDER_H
#include <functional>
#include <memory>
#include <string>
#include <vector>