From bd7dfbc146deb31c520d886415ffd2d00f6970b0 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 10 Mar 2000 22:34:00 +0000 Subject: [PATCH] Marc-Andre Lemburg: include unicodeobject.h and codecs.h --- Include/Python.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Include/Python.h b/Include/Python.h index 2762bd9afb..4179b2eaac 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -92,7 +92,9 @@ PERFORMANCE OF THIS SOFTWARE. #include "cobject.h" #include "traceback.h" #include "sliceobject.h" +#include "unicodeobject.h" +#include "codecs.h" #include "pyerrors.h" #include "mymalloc.h" -- 2.40.0