diff options
Diffstat (limited to 'protocols/Discord/src/stdafx.h')
-rw-r--r-- | protocols/Discord/src/stdafx.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/protocols/Discord/src/stdafx.h b/protocols/Discord/src/stdafx.h index 43d0077d7c..9bf1ba7cc1 100644 --- a/protocols/Discord/src/stdafx.h +++ b/protocols/Discord/src/stdafx.h @@ -9,6 +9,7 @@ #include <Shlwapi.h> #include <Wincrypt.h> #include <stdio.h> +#include <io.h> #include <direct.h> #include <time.h> @@ -37,9 +38,13 @@ #include <m_utils.h> #include <m_hotkeys.h> #include <m_json.h> +#include <m_avatars.h> #include <win2k.h> +#include "../../libs/zlib/src/zlib.h" + extern HINSTANCE g_hInstance; +extern HWND g_hwndHeartbeat; #include "version.h" #include "proto.h" @@ -58,3 +63,4 @@ extern HINSTANCE g_hInstance; #define DB_KEYVAL_GROUP L"Discord" time_t StringToDate(const CMStringW &str); +int SerialNext(void);
\ No newline at end of file |