forked from OSchip/llvm-project
Unbreak the build for compilers that don't include cstdint everywhere.
llvm-svn: 139868
This commit is contained in:
parent
f436eea584
commit
7215c58744
|
@ -16,6 +16,7 @@
|
|||
#define LLVM_DEBUGINFO_DICONTEXT_H
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
|
Loading…
Reference in New Issue