changeset 8 | 21a6c17f4e3e |
parent 2 | 851de24ecb61 |
child 9 | 629f61203db1 |
1.1 --- a/src/Index.cpp Sun Sep 20 21:25:47 2009 -0700 1.2 +++ b/src/Index.cpp Mon Sep 28 23:39:08 2009 -0700 1.3 @@ -16,6 +16,12 @@ 1.4 #include <algorithm> 1.5 #include <math.h> 1.6 1.7 +#define __STDC_LIMIT_MACROS /* I <3 you, C99 */ 1.8 +# define UINT32_MAX (4294967295U) 1.9 + 1.10 +#include <stdint.h> 1.11 + 1.12 + 1.13 namespace Mooseyard { 1.14 1.15 // Quadratic probing results in fewer bucket tests on lookup, but makes the hash tables