diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index dad004a5a1a..b4096a045f4 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -66,7 +66,7 @@ Unicode Integration Proposal (see file Misc/unicode.txt). #include "mymath.h" #include "unicodeobject.h" -#include +#include "ucnhash.h" #if defined(HAVE_LIMITS_H) #include