From: Chris Lattner Date: Thu, 23 May 2002 15:48:12 +0000 (+0000) Subject: Implement DataTypes.h in terms of inttypes.h X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b3eac8932359bb3ce15f77f59fa46710175b42e5;p=oota-llvm.git 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 --- 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