Skip to content

Commit 0ff1409

Browse files
committed
Update _decimal extension
1 parent 028a69b commit 0ff1409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_decimal/_decimal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
#endif
3131

3232
#include <Python.h>
33+
#include "pycore_object.h" // _PyObject_VisitType()
3334
#include "pycore_pystate.h" // _PyThreadState_GET()
3435
#include "pycore_typeobject.h"
35-
#include "complexobject.h"
3636

3737
#include <mpdecimal.h>
3838

0 commit comments

Comments
 (0)