Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Jan 5, 2024
1 parent 59b2f2d commit b22a31e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Objects/genobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#define _PY_INTERPRETER

#include "Python.h"
#include "structmember.h"
#include "pycore_call.h" // _PyObject_CallNoArgs()
#include "pycore_ceval.h" // _PyEval_EvalFrame()
#include "pycore_frame.h" // _PyInterpreterFrame
Expand Down

0 comments on commit b22a31e

Please sign in to comment.