forked from OSchip/llvm-project
Fix build on platforms where stdint.h is not implicitly included in the standard headers.
llvm-svn: 79629
This commit is contained in:
parent
54f87880e7
commit
37fd02c5a1
|
@ -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