diff options
-rw-r--r-- | Include/Python.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/Python.h b/Include/Python.h index 2762bd9..4179b2e 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" |