diff options
Diffstat (limited to 'protocols/WhatsAppWeb/src/stdafx.h')
-rw-r--r-- | protocols/WhatsAppWeb/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/WhatsAppWeb/src/stdafx.h b/protocols/WhatsAppWeb/src/stdafx.h index 5c6698d56e..52a3148edd 100644 --- a/protocols/WhatsAppWeb/src/stdafx.h +++ b/protocols/WhatsAppWeb/src/stdafx.h @@ -8,7 +8,9 @@ Copyright © 2019-22 George Hazan #pragma once #pragma warning(disable:4996 4290 4200 4239 4324) +#include <fcntl.h> #include <malloc.h> +#include <io.h> #include <time.h> #include <windows.h> |