diff options
Diffstat (limited to 'protocols/Steam/src/common.h')
-rw-r--r-- | protocols/Steam/src/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Steam/src/common.h b/protocols/Steam/src/common.h index 37822139b9..d19f25ab3e 100644 --- a/protocols/Steam/src/common.h +++ b/protocols/Steam/src/common.h @@ -27,6 +27,7 @@ #include <m_protoint.h> #include <m_idle.h> #include <m_xstatus.h> +#include <m_extraicons.h> #include <win2k.h> #include <map> @@ -42,6 +43,8 @@ class CSteamProto; extern HINSTANCE g_hInstance; +extern HANDLE hExtraXStatus; + #include "Steam\steam.h" #include "steam_proto.h" |