Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 74a6d8c

Browse files
committed
add missing include
1 parent d6eaf2c commit 74a6d8c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/specialize.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "pycore_moduleobject.h"
1111
#include "pycore_object.h"
1212
#include "pycore_opcode_metadata.h" // _PyOpcode_Caches
13+
#include "pycore_opcode_utils.h" // RESUME_AT_FUNC_START
1314
#include "pycore_pylifecycle.h" // _PyOS_URandomNonblock()
1415
#include "pycore_runtime.h" // _Py_ID()
1516

0 commit comments

Comments
 (0)