diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-03-08 18:31:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-08 18:31:30 -0700 |
commit | c486d8d0d496f6b366dc827a3d41ed1e9d593ec8 (patch) | |
tree | 82852b635848f530c349708f071333d164ef9c4a /numpy/linalg | |
parent | 876c8525acddd1852238acd432616167d3d14560 (diff) | |
parent | ca3ff7a1b1e988ea11bd5d4f3cd9c3cab2069581 (diff) | |
download | numpy-c486d8d0d496f6b366dc827a3d41ed1e9d593ec8.tar.gz |
Merge pull request #10689 from freakboy3742/iOS-compat
BLD: Add configuration changes to allow cross platform builds for iOS.
Diffstat (limited to 'numpy/linalg')
-rw-r--r-- | numpy/linalg/lapack_lite/f2c.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/linalg/lapack_lite/f2c.h b/numpy/linalg/lapack_lite/f2c.h index f5b90cd67..80f1a12b1 100644 --- a/numpy/linalg/lapack_lite/f2c.h +++ b/numpy/linalg/lapack_lite/f2c.h @@ -7,6 +7,8 @@ #ifndef F2C_INCLUDE #define F2C_INCLUDE +#include <math.h> + typedef int integer; typedef char *address; typedef short int shortint; |