From: Jens Steube Date: Mon, 1 Feb 2016 11:18:05 +0000 (+0100) Subject: Fix broken ADL on windows X-Git-Tag: v3.00-beta~417 X-Git-Url: https://www.flypig.org.uk/git/?a=commitdiff_plain;h=b8285cbce21a4c2b8e2a3c7659c128b5102be215;p=hashcat.git Fix broken ADL on windows --- diff --git a/include/shared.h b/include/shared.h index 99b8e9f..48d29d0 100644 --- a/include/shared.h +++ b/include/shared.h @@ -92,6 +92,10 @@ #include #endif +#ifdef _WIN +#include +#endif + #ifdef LINUX #include #elif WIN