diff -r 851de24ecb61 -r 21a6c17f4e3e src/Index.cpp --- a/src/Index.cpp Sun Sep 20 21:25:47 2009 -0700 +++ b/src/Index.cpp Mon Sep 28 23:39:08 2009 -0700 @@ -16,6 +16,12 @@ #include #include +#define __STDC_LIMIT_MACROS /* I <3 you, C99 */ +# define UINT32_MAX (4294967295U) + +#include + + namespace Mooseyard { // Quadratic probing results in fewer bucket tests on lookup, but makes the hash tables