Quick MSVC buid fix after 37364b2
[novacoin.git] / src / util.h
index 8a2d708..322ee7d 100644 (file)
@@ -30,6 +30,8 @@
 #endif
 #include <inttypes.h>
 
+#include "compat.h"
+
 static const int32_t nOneHour = 60 * 60;
 static const int32_t nOneDay = 24 * 60 * 60;
 static const int64_t nOneWeek = 7 * 24 * 60 * 60;