summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-09-15 22:26:16 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-09-15 22:26:16 +0000
commit7215c587448341c6ce11f607bc50abfad5500ceb (patch)
tree1055192ca4d0eeb0c50332012b7a298449e42cee /llvm
parentf436eea5845b66812c124f4a29f34ffb08a5cf57 (diff)
downloadbcm5719-llvm-7215c587448341c6ce11f607bc50abfad5500ceb.tar.gz
bcm5719-llvm-7215c587448341c6ce11f607bc50abfad5500ceb.zip
Unbreak the build for compilers that don't include cstdint everywhere.
llvm-svn: 139868
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/DebugInfo/DIContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/DebugInfo/DIContext.h b/llvm/include/llvm/DebugInfo/DIContext.h
index 152d90ad353..b0d3e015ec1 100644
--- a/llvm/include/llvm/DebugInfo/DIContext.h
+++ b/llvm/include/llvm/DebugInfo/DIContext.h
@@ -16,6 +16,7 @@
#define LLVM_DEBUGINFO_DICONTEXT_H
#include "llvm/ADT/StringRef.h"
+#include "llvm/Support/DataTypes.h"
namespace llvm {
OpenPOWER on IntegriCloud