diff options
Diffstat (limited to 'protocols/Discord/src/stdafx.h')
-rw-r--r-- | protocols/Discord/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Discord/src/stdafx.h b/protocols/Discord/src/stdafx.h index 80d87bc6de..9bf1ba7cc1 100644 --- a/protocols/Discord/src/stdafx.h +++ b/protocols/Discord/src/stdafx.h @@ -44,6 +44,7 @@ #include "../../libs/zlib/src/zlib.h" extern HINSTANCE g_hInstance; +extern HWND g_hwndHeartbeat; #include "version.h" #include "proto.h" |