Fix windows build
authorsvost <ya.nowa@yandex.ru>
Fri, 11 Feb 2022 04:14:45 +0000 (07:14 +0300)
committersvost <ya.nowa@yandex.ru>
Fri, 11 Feb 2022 04:14:45 +0000 (07:14 +0300)
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>