summaryrefslogtreecommitdiffstats
path: root/contrib/tools/python3/Modules/cjkcodecs/multibytecodec.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tools/python3/Modules/cjkcodecs/multibytecodec.h')
-rw-r--r--contrib/tools/python3/Modules/cjkcodecs/multibytecodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/tools/python3/Modules/cjkcodecs/multibytecodec.h b/contrib/tools/python3/Modules/cjkcodecs/multibytecodec.h
index f59362205d2..5b85e2e3de3 100644
--- a/contrib/tools/python3/Modules/cjkcodecs/multibytecodec.h
+++ b/contrib/tools/python3/Modules/cjkcodecs/multibytecodec.h
@@ -10,6 +10,8 @@
extern "C" {
#endif
+#include "pycore_unicodeobject.h" // _PyUnicodeWriter
+
#ifdef uint16_t
typedef uint16_t ucs2_t, DBCHAR;
#else