Skip to content

Commit ed6a915

Browse files
authored
Update scalar.h
1 parent c1a7fa5 commit ed6a915

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

quaddtype/numpy_quaddtype/src/scalar.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ extern "C" {
77

88
#include <Python.h>
99
#include <sleef.h>
10+
#include <sleefquad.h>
1011
#include "quad_common.h"
1112

1213
typedef union {
@@ -38,4 +39,4 @@ init_quadprecision_scalar(void);
3839
}
3940
#endif
4041

41-
#endif
42+
#endif

0 commit comments

Comments
 (0)