diff options
Diffstat (limited to 'py/objint_longlong.c')
-rw-r--r-- | py/objint_longlong.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/objint_longlong.c b/py/objint_longlong.c index d07f72a555..eca2951be6 100644 --- a/py/objint_longlong.c +++ b/py/objint_longlong.c @@ -8,6 +8,7 @@ #include "mpconfig.h" #include "qstr.h" #include "obj.h" +#include "mpz.h" #include "objint.h" #include "runtime0.h" |