diff options
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"
|