From: Zhongxing Xu Date: Thu, 18 Jun 2009 04:11:43 +0000 (+0000) Subject: include header for uint8_t. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=73d2f15fb5af9ca91f1f01dbaea6ff54a6fed68b;p=oota-llvm.git include header for uint8_t. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73675 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h index 8cd58671888..3e9089ed115 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 #include #include