Skip to content

Commit 51c760f

Browse files
committed
Include necessary headers
1 parent d18c455 commit 51c760f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_json.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include "Python.h"
1212
#include "pycore_ceval.h" // _Py_EnterRecursiveCall()
1313
#include "pycore_global_strings.h" // _Py_ID()
14+
#include "pycore_long.h" // _PyLong_FormatWriter()
1415
#include "pycore_pyerrors.h" // _PyErr_FormatNote
1516
#include "pycore_runtime.h" // _PyRuntime
1617
#include "pycore_unicodeobject.h" // _PyUnicode_CheckConsistency()

0 commit comments

Comments
 (0)