diff options
-rw-r--r-- | include/llvm/Support/DataTypes.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/DataTypes.h.in b/include/llvm/Support/DataTypes.h.in index 4290ae6095..a19ce29037 100644 --- a/include/llvm/Support/DataTypes.h.in +++ b/include/llvm/Support/DataTypes.h.in @@ -21,11 +21,11 @@ #ifndef SUPPORT_DATATYPES_H #define SUPPORT_DATATYPES_H -#include "llvm/Config/config.h" - #undef HAVE_SYS_TYPES_H #undef HAVE_INTTYPES_H #undef HAVE_STDINT_H +#undef HAVE_UINT64_T +#undef HAVE_U_INT64_T #ifndef _MSC_VER |