diff options
Diffstat (limited to 'protocols/Discord/src/stdafx.h')
-rw-r--r-- | protocols/Discord/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Discord/src/stdafx.h b/protocols/Discord/src/stdafx.h index 10891296e9..7f23c5d300 100644 --- a/protocols/Discord/src/stdafx.h +++ b/protocols/Discord/src/stdafx.h @@ -8,6 +8,8 @@ #include <Windows.h> #include <Shlwapi.h> #include <Wincrypt.h> + +#include <malloc.h> #include <stdio.h> #include <io.h> #include <direct.h> |