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

Add missing header.

llvm-svn: 133640
This commit is contained in:
Jim Grosbach 2011-06-22 20:40:30 +00:00
parent b3d1a141fd
commit fbb64ca5ff

View File

@ -16,6 +16,7 @@
#define TARGET_ARM_H
#include "ARMBaseInfo.h"
#include "llvm/Support/DataTypes.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Target/TargetMachine.h"
#include <cassert>