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:
parent
842b234841
commit
a4a0c5e88a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user