Make sure <cmath> comes first

llvm-svn: 31559
This commit is contained in:
Jim Laskey 2006-11-08 18:48:14 +00:00
parent 092c00cb14
commit c42c7476ce

View File

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