Fix build on platforms where stdint.h is not implicitly included in the standard...
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 21 Aug 2009 13:59:49 +0000 (13:59 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 21 Aug 2009 13:59:49 +0000 (13:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79629 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCAssembler.h

index a714e4503db5aafd581e7d057955b3da21d3785e..b2a24159a75b7c5a031296cf2bc9522e08cd5591 100644 (file)
@@ -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;