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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79629 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer 2009-08-21 13:59:49 +00:00
parent d083dfb60b
commit 1f2b32c5c6

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;