Skip to content

Commit

Permalink
libc.stdint.uint64_t
Browse files Browse the repository at this point in the history
  • Loading branch information
samrushing committed Mar 11, 2013
1 parent 710fdc9 commit cb98498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coro/event_queue.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ __event_queue_version__ = "$Id: event_queue.pyx,v 1.1 2007/01/03 00:19:50 ehuss
include "python.pxi"
from cython.operator cimport dereference as deref, preincrement as inc
from libcpp.utility cimport pair
from libc cimport uint64_t
from libc.stdint cimport uint64_t

cdef extern from "<map>" namespace "std":
cdef cppclass multimap[T, U]:
Expand Down

0 comments on commit cb98498

Please sign in to comment.