aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCInstPrinter.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-12-05 18:31:11 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-12-05 18:31:11 +0000
commitd9791538156702ac1f92ca2984a8ab536deda4f1 (patch)
tree16bfcc14cb867765ede3b100a2597b08aca21841 /include/llvm/MC/MCInstPrinter.h
parentb47a4f7a0a780eb256cf090e01c5a002fff6684e (diff)
downloadexternal_llvm-d9791538156702ac1f92ca2984a8ab536deda4f1.zip
external_llvm-d9791538156702ac1f92ca2984a8ab536deda4f1.tar.gz
external_llvm-d9791538156702ac1f92ca2984a8ab536deda4f1.tar.bz2
Try to unbreak the build on hosts that don't transitively pull in a definition for int64_t.
Also use the portable (ugly) format string macros, for MSVC compatibility. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169396 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC/MCInstPrinter.h')
-rw-r--r--include/llvm/MC/MCInstPrinter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/MC/MCInstPrinter.h b/include/llvm/MC/MCInstPrinter.h
index d20d8d2..a18cbd9 100644
--- a/include/llvm/MC/MCInstPrinter.h
+++ b/include/llvm/MC/MCInstPrinter.h
@@ -10,6 +10,7 @@
#ifndef LLVM_MC_MCINSTPRINTER_H
#define LLVM_MC_MCINSTPRINTER_H
+#include "llvm/Support/DataTypes.h"
#include "llvm/Support/Format.h"
namespace llvm {