Add missing header include

llvm-svn: 231177
This commit is contained in:
David Blaikie 2015-03-03 23:54:35 +00:00
parent 19660f03be
commit 5bf5d8ecfc
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "llvm/Support/Allocator.h"
#include "llvm/Target/TargetRegisterInfo.h"
#include <map>
#include <unordered_map>
namespace llvm {