math.h creates ambiguity

llvm-svn: 31591
This commit is contained in:
Jim Laskey 2006-11-09 08:26:22 +00:00
parent 31890e7e86
commit 48b21d5024
1 changed files with 4 additions and 0 deletions

View File

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