diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-29 17:27:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-29 17:27:23 +0000 |
commit | cdd84a443d08a4f5748b52b102ce17dfd267acc5 (patch) | |
tree | e2899cfeaa8f8127dd3674ec43a66f152b146b2b /protocols/Twitter/src/stdafx.h | |
parent | 57cc565a85d08a1fefb0035374f9e4d061500723 (diff) |
twitter moved to the kernel json driver
git-svn-id: http://svn.miranda-ng.org/main/trunk@13248 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/src/stdafx.h')
-rw-r--r-- | protocols/Twitter/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Twitter/src/stdafx.h b/protocols/Twitter/src/stdafx.h index b3ea09eaac..9c12e052fa 100644 --- a/protocols/Twitter/src/stdafx.h +++ b/protocols/Twitter/src/stdafx.h @@ -62,6 +62,7 @@ typedef std::basic_string<TCHAR> tstring; #include <m_icolib.h>
#include <m_utils.h>
#include <m_hotkeys.h>
+#include <m_json.h>
#include <win2k.h>
#pragma warning(pop)
|