ARMMCTargetDesc.h: Fixup to add DataTypes.h, or uint32_t would be unavailable.

llvm-svn: 135837
This commit is contained in:
NAKAMURA Takumi 2011-07-23 01:16:22 +00:00
parent 346f3a3b8c
commit 287bc6bdf6
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#ifndef ARMMCTARGETDESC_H
#define ARMMCTARGETDESC_H
#include "llvm/Support/DataTypes.h"
#include <string>
namespace llvm {