From: Mark Wooding Date: Fri, 10 Apr 2015 14:19:25 +0000 (+0100) Subject: Proper hashing for comparable object types. X-Git-Url: https://git.distorted.org.uk/~mdw/pyke/commitdiff_plain/b06387d238f78afd7e74a1420e925b97120b9c48 Proper hashing for comparable object types. Some of the existing object hash algorithms have changed, but I think we'll live with that. --- diff --git a/catacomb-python.h b/catacomb-python.h index 2890289..9d86e57 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -44,6 +44,7 @@ #include #include #include +#include #include