summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python/errors.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/errors.c b/Python/errors.c
index cba3f02..18f63a0 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() */