aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/jit.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/jit.c')
-rw-r--r--Python/jit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/jit.c b/Python/jit.c
index 8a91d2f62a4..e232cc1f7d9 100644
--- a/Python/jit.c
+++ b/Python/jit.c
@@ -12,6 +12,7 @@
#include "pycore_frame.h"
#include "pycore_function.h"
#include "pycore_interpframe.h"
+#include "pycore_interpolation.h"
#include "pycore_intrinsics.h"
#include "pycore_list.h"
#include "pycore_long.h"
@@ -21,6 +22,7 @@
#include "pycore_pyerrors.h"
#include "pycore_setobject.h"
#include "pycore_sliceobject.h"
+#include "pycore_template.h"
#include "pycore_tuple.h"
#include "pycore_unicodeobject.h"