1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00

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 ae15a1f88d
commit 03b3ec783d

View File

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