Make sure <cmath> comes first

llvm-svn: 31559
This commit is contained in:
Jim Laskey 2006-11-08 18:48:14 +00:00
parent 3caa009892
commit 7b6fb8048e
1 changed files with 2 additions and 0 deletions

View File

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