diff options
Diffstat (limited to 'Tools/jit/template.c')
-rw-r--r-- | Tools/jit/template.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/jit/template.c b/Tools/jit/template.c index 54160084cda..351bc2f3dd4 100644 --- a/Tools/jit/template.c +++ b/Tools/jit/template.c @@ -1,5 +1,6 @@ #include "Python.h" +#include "pycore_backoff.h" #include "pycore_call.h" #include "pycore_ceval.h" #include "pycore_cell.h" |