aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Target/TargetData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetData.h b/include/llvm/Target/TargetData.h
index ce08aaa080..487f0362da 100644
--- a/include/llvm/Target/TargetData.h
+++ b/include/llvm/Target/TargetData.h
@@ -14,8 +14,8 @@
#define LLVM_TARGET_TARGETDATA_H
#include "llvm/Annotation.h"
+#include "Support/DataTypes.h"
#include <vector>
-#include <inttypes.h>
class Value;
class Type;
class StructType;