From b06387d238f78afd7e74a1420e925b97120b9c48 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 10 Apr 2015 15:19:25 +0100 Subject: [PATCH] Proper hashing for comparable object types. Some of the existing object hash algorithms have changed, but I think we'll live with that. --- catacomb-python.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0