src/VersionDictionary.cpp
changeset 8 21a6c17f4e3e
parent 5 4c10b7956435
child 9 629f61203db1
     1.1 --- a/src/VersionDictionary.cpp	Thu Sep 24 21:46:17 2009 -0700
     1.2 +++ b/src/VersionDictionary.cpp	Mon Sep 28 23:39:08 2009 -0700
     1.3 @@ -15,6 +15,10 @@
     1.4  #include <assert.h>
     1.5  #include <errno.h>
     1.6  #include <algorithm>
     1.7 +#include <time.h>
     1.8 +
     1.9 +# define UINT32_MAX             (4294967295U)
    1.10 +
    1.11  
    1.12  namespace Mooseyard {
    1.13