diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-10-20 15:13:34 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-10-20 15:13:34 +0000 |
commit | 7d1d2dad298eb1fb008c3116dc7c62dda051645b (patch) | |
tree | 70902f7f53d488f5710c06f435defb225bcd8a87 /protocols/Omegle/src/stdafx.h | |
parent | 82593890679b64c7c0b09fda77113851429d7442 (diff) |
Omegle: Rework parsing events with core json parser
git-svn-id: http://svn.miranda-ng.org/main/trunk@15581 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle/src/stdafx.h')
-rw-r--r-- | protocols/Omegle/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Omegle/src/stdafx.h b/protocols/Omegle/src/stdafx.h index 96315bdf40..b4e043d73a 100644 --- a/protocols/Omegle/src/stdafx.h +++ b/protocols/Omegle/src/stdafx.h @@ -59,6 +59,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_message.h>
//#include <m_msg_buttonsbar.h>
#include <m_http.h>
+#include <m_json.h>
#include "version.h"
|