1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

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 842b234841
commit a4a0c5e88a

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;