From: Nadav Rotem Date: Mon, 8 Oct 2012 23:14:28 +0000 (+0000) Subject: Use DataTypes.h X-Git-Tag: android-x86-6.0-r1~179^2~2674 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=315dc1745b6f81eca278a476f029212d9a4880ed;p=android-x86%2Fexternal-llvm.git Use DataTypes.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165457 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/AddressingMode.h b/include/llvm/AddressingMode.h index 2b6d6ed33c5..70b3c05238c 100644 --- a/include/llvm/AddressingMode.h +++ b/include/llvm/AddressingMode.h @@ -14,7 +14,7 @@ #ifndef LLVM_ADDRESSING_MODE_H #define LLVM_ADDRESSING_MODE_H -#include +#include "llvm/Support/DataTypes.h" namespace llvm {