forked from OSchip/llvm-project
parent
31890e7e86
commit
48b21d5024
|
@ -50,7 +50,11 @@
|
|||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include <cmath>
|
||||
#else
|
||||
#include <math.h>
|
||||
#endif
|
||||
|
||||
#ifdef _AIX
|
||||
#include "llvm/Support/AIXDataTypesFix.h"
|
||||
|
|
Loading…
Reference in New Issue