[llvm-commits] [llvm] r73675 - /llvm/trunk/include/llvm/CodeGen/LiveInterval.h
Zhongxing Xu
xuzhongxing at gmail.com
Wed Jun 17 21:11:44 PDT 2009
Author: zhongxingxu
Date: Wed Jun 17 23:11:43 2009
New Revision: 73675
URL: http://llvm.org/viewvc/llvm-project?rev=73675&view=rev
Log:
include header for uint8_t.
Modified:
llvm/trunk/include/llvm/CodeGen/LiveInterval.h
Modified: llvm/trunk/include/llvm/CodeGen/LiveInterval.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LiveInterval.h?rev=73675&r1=73674&r2=73675&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LiveInterval.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LiveInterval.h Wed Jun 17 23:11:43 2009
@@ -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>
More information about the llvm-commits
mailing list