summaryrefslogtreecommitdiff
path: root/Objects/interpreteridobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/interpreteridobject.c')
-rw-r--r--Objects/interpreteridobject.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Objects/interpreteridobject.c b/Objects/interpreteridobject.c
index 3f316873ed..84fd858452 100644
--- a/Objects/interpreteridobject.c
+++ b/Objects/interpreteridobject.c
@@ -2,6 +2,7 @@
#include "Python.h"
#include "pycore_abstract.h" // _PyIndex_Check()
+#include "pycore_interp.h" // _PyInterpreterState_LookUpID()
#include "pycore_pystate.h"
#include "interpreteridobject.h"