Skip to content

Commit db93a1a

Browse files
authored
Update gap_includes.pxd
add missing import
1 parent bf4789e commit db93a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/libs/gap/gap_includes.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# http://www.gnu.org/licenses/
1010
###############################################################################
1111

12-
from libc.stdint cimport uintptr_t, uint8_t, uint16_t, uint32_t, uint64_t
12+
from libc.stdint cimport intptr_t, uintptr_t, uint8_t, uint16_t, uint32_t, uint64_t
1313

1414
cdef extern from "gap/system.h" nogil:
1515
ctypedef char Char

0 commit comments

Comments
 (0)