Skip to content

Commit 0cf411d

Browse files
committed
adding math.h, ensuring that NAN is defined
1 parent 288d3d8 commit 0cf411d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/_libs/src/klib/khash_python.h

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <string.h>
2+
#include <math.h>
23
#include <Python.h>
34

45
#include "khash.h"

0 commit comments

Comments
 (0)