From 73d2f15fb5af9ca91f1f01dbaea6ff54a6fed68b Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Thu, 18 Jun 2009 04:11:43 +0000 Subject: [PATCH] include header for uint8_t. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73675 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/LiveInterval.h | 1 + 1 file changed, 1 insertion(+) 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