From 12cd0012bd688f6572602a4d26a2b12165380bd0 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Wed, 8 Nov 2006 18:48:14 +0000 Subject: [PATCH] Make sure comes first git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31559 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/DataTypes.h.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/llvm/Support/DataTypes.h.in b/include/llvm/Support/DataTypes.h.in index 81d4cff3e36..da87f8aa4c9 100644 --- a/include/llvm/Support/DataTypes.h.in +++ b/include/llvm/Support/DataTypes.h.in @@ -50,6 +50,8 @@ #include #endif +#include + #ifdef _AIX #include "llvm/Support/AIXDataTypesFix.h" #endif