summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/internal/pycore_uops.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/internal/pycore_uops.h b/Include/internal/pycore_uops.h
index 254eeca..249f5c0 100644
--- a/Include/internal/pycore_uops.h
+++ b/Include/internal/pycore_uops.h
@@ -8,6 +8,8 @@ extern "C" {
# error "this header requires Py_BUILD_CORE define"
#endif
+#include "pycore_frame.h" // _PyInterpreterFrame
+
#define _Py_UOP_MAX_TRACE_LENGTH 64
typedef struct {