Proper hashing for comparable object types.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 10 Apr 2015 14:19:25 +0000 (15:19 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 20 Apr 2015 16:56:50 +0000 (17:56 +0100)
Some of the existing object hash algorithms have changed, but I think
we'll live with that.

catacomb-python.h

index 2890289..9d86e57 100644 (file)
@@ -44,6 +44,7 @@
 #include <mLib/dstr.h>
 #include <mLib/macros.h>
 #include <mLib/quis.h>
 #include <mLib/dstr.h>
 #include <mLib/macros.h>
 #include <mLib/quis.h>
+#include <mLib/unihash.h>
 
 #include <catacomb/buf.h>
 
 
 #include <catacomb/buf.h>