Skip to content

Commit cac414c

Browse files
committed
add missing header
1 parent 949b5ec commit cac414c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Include/internal/pycore_optimizer_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ extern "C" {
88
# error "this header requires Py_BUILD_CORE define"
99
#endif
1010

11+
#include <stdbool.h>
1112
#include "pycore_uop.h" // UOP_MAX_TRACE_LENGTH
1213

1314
// Holds locals, stack, locals, stack ... (in that order)

0 commit comments

Comments
 (0)