summaryrefslogtreecommitdiffstats
path: root/Python/executor.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/executor.c')
-rw-r--r--Python/executor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/executor.c b/Python/executor.c
index 88c039d..0ff5106 100644
--- a/Python/executor.c
+++ b/Python/executor.c
@@ -1,5 +1,7 @@
#include "Python.h"
+#include "opcode.h"
+
#include "pycore_call.h"
#include "pycore_ceval.h"
#include "pycore_dict.h"