Fix build on platforms where stdint.h is not implicitly included in the standard headers.

llvm-svn: 79629
This commit is contained in:
Benjamin Kramer 2009-08-21 13:59:49 +00:00
parent 54f87880e7
commit 37fd02c5a1
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#include "llvm/ADT/ilist.h"
#include "llvm/ADT/ilist_node.h"
#include "llvm/Support/DataTypes.h"
namespace llvm {
class raw_ostream;