math.h for C's sake.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31590 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Laskey 2006-11-09 08:05:39 +00:00
parent fef02427cd
commit 4320f810c8

View File

@ -50,7 +50,7 @@
#include <stdint.h>
#endif
#include <cmath>
#include <math.h>
#ifdef _AIX
#include "llvm/Support/AIXDataTypesFix.h"