Make sure <cmath> comes first

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31559 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Laskey 2006-11-08 18:48:14 +00:00
parent d96e180da0
commit 12cd0012bd

View File

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