diff options
Diffstat (limited to 'Objects/unicodeobject.c')
-rw-r--r-- | Objects/unicodeobject.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 55b2519181..0526225ca3 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -40,9 +40,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #define PY_SSIZE_T_CLEAN #include "Python.h" -#include "pycore_initconfig.h" #include "pycore_fileutils.h" +#include "pycore_initconfig.h" #include "pycore_object.h" +#include "pycore_pathconfig.h" #include "pycore_pylifecycle.h" #include "pycore_pystate.h" #include "ucnhash.h" |