Skip to content

Commit 01ae38a

Browse files
committed
Add missing include
1 parent ff80660 commit 01ae38a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Include/internal/pycore_gc.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ extern "C" {
99
#endif
1010

1111
#include "pycore_interp_structs.h" // PyGC_Head
12+
#include "pycore_pystate.h" // _PyInterpreterState_GET()
1213
#include "pycore_typedefs.h" // _PyInterpreterFrame
1314

1415

0 commit comments

Comments
 (0)