MipsAnalyzeImmediate.h: Fix to add DataTypes.h for msvc.

inttypes.h is not supplied in msvc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148912 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2012-01-25 03:34:41 +00:00
parent 1486ae626f
commit 50da3cb0f8

View File

@ -10,6 +10,7 @@
#define MIPS_ANALYZE_IMMEDIATE_H
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/DataTypes.h"
namespace llvm {