1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

include header for uint8_t.

llvm-svn: 73675
This commit is contained in:
Zhongxing Xu 2009-06-18 04:11:43 +00:00
parent bd1de19b3f
commit 8b992b2a97

View File

@ -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>