Skip to content

Commit bd7dfbc

Browse files
committed
Marc-Andre Lemburg: include unicodeobject.h and codecs.h
1 parent 99cc971 commit bd7dfbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Include/Python.h

+2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ PERFORMANCE OF THIS SOFTWARE.
9292
#include "cobject.h"
9393
#include "traceback.h"
9494
#include "sliceobject.h"
95+
#include "unicodeobject.h"
9596

97+
#include "codecs.h"
9698
#include "pyerrors.h"
9799
#include "mymalloc.h"
98100

0 commit comments

Comments
 (0)