diff --git a/Python/errors.c b/Python/errors.c index cba3f0226b4..18f63a09b5d 100644 --- a/Python/errors.c +++ b/Python/errors.c @@ -36,7 +36,9 @@ #include "PROTO.h" #include "object.h" +#include "intobject.h" #include "stringobject.h" +#include "tupleobject.h" #include "errors.h" /* Last exception stored by err_setval() */