summaryrefslogtreecommitdiff
path: root/include
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
commit1f2b32c5c6502c74890c188b0224e4c01ff22da4 (patch)
treeaa220e8d770c113bfcf8d82cc5ede918f7db06c9 /include
parentd083dfb60bb2778a6414e260d86a8f1e92b6c5d3 (diff)
downloadllvm-1f2b32c5c6502c74890c188b0224e4c01ff22da4.tar.gz
llvm-1f2b32c5c6502c74890c188b0224e4c01ff22da4.tar.bz2
llvm-1f2b32c5c6502c74890c188b0224e4c01ff22da4.tar.xz
Fix build on platforms where stdint.h is not implicitly included in the standard headers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79629 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCAssembler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/MC/MCAssembler.h b/include/llvm/MC/MCAssembler.h
index a714e4503d..b2a24159a7 100644
--- a/include/llvm/MC/MCAssembler.h
+++ b/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;