From: Jim Laskey Date: Thu, 9 Nov 2006 08:05:39 +0000 (+0000) Subject: math.h for C's sake. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4320f810c8c93d1f6c568ef363af29ac21f10b03;p=oota-llvm.git math.h for C's sake. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31590 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/DataTypes.h.in b/include/llvm/Support/DataTypes.h.in index da87f8aa4c9..ab438f88056 100644 --- a/include/llvm/Support/DataTypes.h.in +++ b/include/llvm/Support/DataTypes.h.in @@ -50,7 +50,7 @@ #include #endif -#include +#include #ifdef _AIX #include "llvm/Support/AIXDataTypesFix.h"