diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-04-08 14:23:04 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-04-08 14:23:04 +0000 |
commit | 0a41e7f5bd2d3cd705e5806b3190ff7afadde131 (patch) | |
tree | bd3c660ba3d7462a2d0fe03fb538b97075215436 /protocols/Steam/src/common.h | |
parent | ade564ea848b34e64e50acec80b649ac380a5e7c (diff) |
Steam:
- added searching by steamid
- attempt to replace OpenSSL on CryptoAPI
git-svn-id: http://svn.miranda-ng.org/main/trunk@8890 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/common.h')
-rw-r--r-- | protocols/Steam/src/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/Steam/src/common.h b/protocols/Steam/src/common.h index 34e155daa3..7c0a9a9abe 100644 --- a/protocols/Steam/src/common.h +++ b/protocols/Steam/src/common.h @@ -22,6 +22,11 @@ #include <m_protoint.h>
#include <win2k.h>
+#include <vector>
+#include <string>
+
+//#include <openssl/rsa.h>
+
#include "resource.h"
#include "version.h"
|