diff options
Diffstat (limited to 'protocols/Steam/src/common.h')
-rw-r--r-- | protocols/Steam/src/common.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/Steam/src/common.h b/protocols/Steam/src/common.h index 086879e365..d39881dbd2 100644 --- a/protocols/Steam/src/common.h +++ b/protocols/Steam/src/common.h @@ -3,6 +3,7 @@ #include <windows.h> #include <commctrl.h> +#include <malloc.h> #include <time.h> #include <newpluginapi.h> @@ -28,7 +29,7 @@ #include <m_idle.h> #include <m_xstatus.h> #include <m_extraicons.h> -#include <win2k.h> +#include <m_gui.h> #include <map> #include <vector> @@ -51,6 +52,7 @@ extern HANDLE hExtraXStatus; #include "Steam\steam.h" +#include "steam_dialogs.h" #include "steam_proto.h" #endif //_COMMON_H_
\ No newline at end of file |