summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-08-21 13:59:49 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-08-21 13:59:49 +0000
commit37fd02c5a1a21ff880fb87d28e9c974c8187f31c (patch)
treed4edd253e6f18a3a5165c58d1bcb4ae00bcdab97
parent54f87880e7385314ddd062704424a499bff9e4cf (diff)
downloadbcm5719-llvm-37fd02c5a1a21ff880fb87d28e9c974c8187f31c.tar.gz
bcm5719-llvm-37fd02c5a1a21ff880fb87d28e9c974c8187f31c.zip
Fix build on platforms where stdint.h is not implicitly included in the standard headers.
llvm-svn: 79629
-rw-r--r--llvm/include/llvm/MC/MCAssembler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/MC/MCAssembler.h b/llvm/include/llvm/MC/MCAssembler.h
index a714e4503db..b2a24159a75 100644
--- a/llvm/include/llvm/MC/MCAssembler.h
+++ b/llvm/include/llvm/MC/MCAssembler.h
@@ -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;
OpenPOWER on IntegriCloud