summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhongxing Xu <xuzhongxing@gmail.com>2009-06-18 04:11:43 +0000
committerZhongxing Xu <xuzhongxing@gmail.com>2009-06-18 04:11:43 +0000
commitbb4a7979b5e0380be87491b6651694b837f6c84f (patch)
treef4fb0bcf7ae5dfd00d7d7d45a0fc28a9f5b97ac5
parentdd19e15fe246a5e62f4ad3941c56743a8eed8a6a (diff)
downloadbcm5719-llvm-bb4a7979b5e0380be87491b6651694b837f6c84f.tar.gz
bcm5719-llvm-bb4a7979b5e0380be87491b6651694b837f6c84f.zip
include header for uint8_t.
llvm-svn: 73675
-rw-r--r--llvm/include/llvm/CodeGen/LiveInterval.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/CodeGen/LiveInterval.h b/llvm/include/llvm/CodeGen/LiveInterval.h
index 8cd58671888..3e9089ed115 100644
--- a/llvm/include/llvm/CodeGen/LiveInterval.h
+++ b/llvm/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>
OpenPOWER on IntegriCloud