mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-02 09:01:37 +00:00
Make sure <cmath> comes first
llvm-svn: 31559
This commit is contained in:
parent
092c00cb14
commit
c42c7476ce
@ -50,6 +50,8 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <cmath>
|
||||||
|
|
||||||
#ifdef _AIX
|
#ifdef _AIX
|
||||||
#include "llvm/Support/AIXDataTypesFix.h"
|
#include "llvm/Support/AIXDataTypesFix.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user