mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 05:31:06 +00:00
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:
parent
d96e180da0
commit
12cd0012bd
@ -50,6 +50,8 @@
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#include <cmath>
|
||||
|
||||
#ifdef _AIX
|
||||
#include "llvm/Support/AIXDataTypesFix.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user