From f23746a934177c48eff754411aba54c31d6be2f0 Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Mon, 22 Jan 2018 19:11:18 -0500 Subject: bpo-32436: Implement PEP 567 (#5027) --- Include/Python.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Include/Python.h') diff --git a/Include/Python.h b/Include/Python.h index 20051e7ff0..dd595ea5e4 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -109,6 +109,7 @@ #include "pyerrors.h" #include "pystate.h" +#include "context.h" #include "pyarena.h" #include "modsupport.h" -- cgit v1.2.1