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:
Rafael Espindola 2015-12-14 23:34:35 +00:00
parent 3bcdb962f7
commit bc8e1bc457
2 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,7 @@
#define LLVM_FUNCTIONIMPORT_H
#include "llvm/ADT/StringMap.h"
#include <functional>
namespace llvm {
class LLVMContext;

View File

@ -25,7 +25,6 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/SourceMgr.h"
#include <functional>
#include <map>
using namespace llvm;