diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-06-18 04:11:43 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2009-06-18 04:11:43 +0000 |
commit | 73d2f15fb5af9ca91f1f01dbaea6ff54a6fed68b (patch) | |
tree | 4249e05648a734795d87fcf75f997b17753bc75b /include | |
parent | b4b0fc28bc3b8b03a97710a60c0bf2f1db390a87 (diff) | |
download | external_llvm-73d2f15fb5af9ca91f1f01dbaea6ff54a6fed68b.zip external_llvm-73d2f15fb5af9ca91f1f01dbaea6ff54a6fed68b.tar.gz external_llvm-73d2f15fb5af9ca91f1f01dbaea6ff54a6fed68b.tar.bz2 |
include header for uint8_t.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73675 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/CodeGen/LiveInterval.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h index 8cd5867..3e9089e 100644 --- a/include/llvm/CodeGen/LiveInterval.h +++ b/include/llvm/CodeGen/LiveInterval.h @@ -23,6 +23,7 @@ #include "llvm/ADT/SmallVector.h" #include "llvm/Support/Allocator.h" +#include "llvm/Support/DataTypes.h" #include <iosfwd> #include <cassert> #include <climits> |