Skip to content

Commit d1c0424

Browse files
committed
add missing #include
1 parent d89e736 commit d1c0424

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/_collectionsmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "Python.h"
22
#include "pycore_call.h" // _PyObject_CallNoArgs()
3+
#include "pycore_critical_section.h" // _PyCriticalSection_WarnIfNotHeld()
34
#include "pycore_dict.h" // _PyDict_GetItem_KnownHash()
45
#include "pycore_long.h" // _PyLong_GetZero()
56
#include "pycore_moduleobject.h" // _PyModule_GetState()

0 commit comments

Comments
 (0)