From b3eac8932359bb3ce15f77f59fa46710175b42e5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 23 May 2002 15:48:12 +0000 Subject: [PATCH] Implement DataTypes.h in terms of inttypes.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2729 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/Support/DataTypes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/Support/DataTypes.h b/include/Support/DataTypes.h index 0b20d90acd7..b46135197ff 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 + #ifdef LINUX #define __STDC_LIMIT_MACROS 1 #include // Defined by ISO C 99