aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/executor.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/executor.c')
-rw-r--r--Python/executor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Python/executor.c b/Python/executor.c
index 17322526a7b..57525df202d 100644
--- a/Python/executor.c
+++ b/Python/executor.c
@@ -11,6 +11,7 @@
#include "pycore_opcode_utils.h"
#include "pycore_pyerrors.h"
#include "pycore_range.h"
+#include "pycore_setobject.h" // _PySet_Update()
#include "pycore_sliceobject.h"
#include "pycore_uops.h"