diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-06-21 19:31:51 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-06-21 19:31:51 +0000 |
commit | 85b429453559d86491ac428a1028cbe4d5b382c9 (patch) | |
tree | 546ba0845880cd4497b3a69e47ee86af9502cefa /protocols/Steam/src/common.h | |
parent | 7941d6d1a2ba1fac7abf817149360d73ed79c799 (diff) |
Steam: second approach to block list support
git-svn-id: http://svn.miranda-ng.org/main/trunk@9547 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/common.h')
-rw-r--r-- | protocols/Steam/src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Steam/src/common.h b/protocols/Steam/src/common.h index 1597bd002d..2811c9a861 100644 --- a/protocols/Steam/src/common.h +++ b/protocols/Steam/src/common.h @@ -2,6 +2,7 @@ #define _COMMON_H_
#include <windows.h>
+#include <commctrl.h>
#include <time.h>
#include <newpluginapi.h>
|