diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-03-29 11:06:00 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-03-29 11:06:00 +0000 |
commit | 91fa723b31fd3cd885d7f3dec8bc9d7e01d3bd41 (patch) | |
tree | 150264d0eac649c24635083c722c6a501b7b9a31 /protocols/Telegram/src/stdafx.h | |
parent | ea09b59973bebba2690c35dd8c252e4fc39a3d2e (diff) |
Telegram: netlib network pt. 2
git-svn-id: http://svn.miranda-ng.org/main/trunk@16561 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Telegram/src/stdafx.h')
-rw-r--r-- | protocols/Telegram/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Telegram/src/stdafx.h b/protocols/Telegram/src/stdafx.h index d83f501535..3393f840e7 100644 --- a/protocols/Telegram/src/stdafx.h +++ b/protocols/Telegram/src/stdafx.h @@ -9,6 +9,7 @@ #include <vector>
#include <regex>
#include <map>
+#include <thread>
#include <newpluginapi.h>
|