Skip to content

Commit 7add005

Browse files
committed
Add jit includes
1 parent dfaba30 commit 7add005

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Include/internal/pycore_jit.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
extern "C" {
66
#endif
77

8+
#include "pycore_interp.h"
9+
#include "pycore_optimizer.h"
10+
#include "pycore_stackref.h"
11+
812
#ifndef Py_BUILD_CORE
913
# error "this header requires Py_BUILD_CORE define"
1014
#endif

0 commit comments

Comments
 (0)