Skip to content

Commit 76915b8

Browse files
committed
Add missing include for JIT build
1 parent 5eccfab commit 76915b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/optimizer_symbols.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include "pycore_frame.h"
77
#include "pycore_long.h"
88
#include "pycore_optimizer.h"
9+
#include "pycore_tuple.h" // _PyTuple_FromArray()
910

1011
#include <stdbool.h>
1112
#include <stdint.h>

0 commit comments

Comments
 (0)