aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/Support/DataTypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Support/DataTypes.h b/include/Support/DataTypes.h
index 0b20d90acd..b46135197f 100644
--- a/include/Support/DataTypes.h
+++ b/include/Support/DataTypes.h
@@ -19,6 +19,8 @@
#ifndef LLVM_SUPPORT_DATATYPES_H
#define LLVM_SUPPORT_DATATYPES_H
+#include <inttypes.h>
+
#ifdef LINUX
#define __STDC_LIMIT_MACROS 1
#include <stdint.h> // Defined by ISO C 99