Fix windows build
[novacoin.git] / src / util.h
index bcb9559..d350ed4 100644 (file)
 #include <sys/resource.h>
 #endif
 
+#ifdef WIN32
+#include "compat.h"
+#endif
+
 #include <map>
 #include <vector>
 #include <string>