summaryrefslogtreecommitdiff
path: root/protocols/Twitter/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Twitter/src/stdafx.h')
-rw-r--r--protocols/Twitter/src/stdafx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/protocols/Twitter/src/stdafx.h b/protocols/Twitter/src/stdafx.h
index 8373154179..456c816a0f 100644
--- a/protocols/Twitter/src/stdafx.h
+++ b/protocols/Twitter/src/stdafx.h
@@ -64,6 +64,10 @@ typedef std::basic_string<wchar_t> wstring;
#include <win2k.h>
#pragma warning(pop)
+#include <openssl/hmac.h>
+#include <openssl/sha.h>
+#pragma comment(lib, "libeay32.lib")
+
#include "StringUtil.h"
#define TWITTER_KEY_NICK "Nick" // we need one called Nick for the chat thingo to work