Skip to content

Commit 838ec49

Browse files
fixed build break on Mac OSX
1 parent f49dd7b commit 838ec49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mkl_fft/src/mklfft.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2525
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2626
*/
27+
#include "mkl.h"
2728

2829
/* Complex input, in-place */
2930
extern int cdouble_mkl_fft1d_in(PyArrayObject*, npy_intp, int);

0 commit comments

Comments
 (0)