diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-04-04 14:13:16 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-04-04 14:13:16 +0000 |
commit | e08dd78ccf05f9d5d768e5436fcfc5e8126356fe (patch) | |
tree | 3101fdefff844854ea77e2220d62d0cba26cb6b8 /protocols/Steam/src/common.h | |
parent | 13a0838f7641f80e3dd166f4a67e6fd43f073456 (diff) |
Steam: some improvements
git-svn-id: http://svn.miranda-ng.org/main/trunk@8848 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 9a106b3a47..34e155daa3 100644 --- a/protocols/Steam/src/common.h +++ b/protocols/Steam/src/common.h @@ -11,6 +11,9 @@ #include <m_options.h>
#include <m_popup.h>
#include <m_json.h>
+//#include <m_skin.h>
+#include <m_icolib.h>
+#include <m_clist.h>
#include <m_string.h>
#include <m_freeimage.h>
#include <m_protocols.h>
|