math.h for C's sake.

llvm-svn: 31590
This commit is contained in:
Jim Laskey 2006-11-09 08:05:39 +00:00
parent 7275b02ea5
commit 31890e7e86
1 changed files with 1 additions and 1 deletions

View File

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