Skip to content

Commit 82cb3d5

Browse files
committed
Add missing include for Windows
1 parent 76915b8 commit 82cb3d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_winapi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#include "pycore_moduleobject.h" // _PyModule_GetState()
3939
#include "pycore_pylifecycle.h" // _Py_IsInterpreterFinalizing()
4040
#include "pycore_pystate.h" // _PyInterpreterState_GET
41+
#include "pycore_unicodeobject.h" // _PyUnicode_WideCharString_Opt_Converter
4142

4243

4344

0 commit comments

Comments
 (0)