mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-15 00:16:42 +00:00
A better attempt to add a missing include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255578 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3bcdb962f7
commit
bc8e1bc457
@ -11,6 +11,7 @@
|
||||
#define LLVM_FUNCTIONIMPORT_H
|
||||
|
||||
#include "llvm/ADT/StringMap.h"
|
||||
#include <functional>
|
||||
|
||||
namespace llvm {
|
||||
class LLVMContext;
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Support/SourceMgr.h"
|
||||
|
||||
#include <functional>
|
||||
#include <map>
|
||||
|
||||
using namespace llvm;
|
||||
|
Loading…
x
Reference in New Issue
Block a user