diff options
Diffstat (limited to 'py/objint.c')
-rw-r--r-- | py/objint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/objint.c b/py/objint.c index 0caaab649b..490b4340bb 100644 --- a/py/objint.c +++ b/py/objint.c @@ -9,6 +9,7 @@ #include "qstr.h" #include "obj.h" #include "parsenum.h" +#include "mpz.h" #include "objint.h" // This dispatcher function is expected to be independent of the implementation |